![]() |
HELP! with one formula in excel...
i need to write this
IF C4 > 10000 , then C4*0.3+C4 IF C4< 10000, then C4*0.2+C4 how do i put it in one line? |
bump, not big on excel myself
|
nevermind
|
=if(c45<10000,0.2*c45,0.3*c45)
|
Here you go.
=IF(C4 > 10000,C4*0.3+C4,C4*0.2+C4) |
How to make a Formula View of the spread sheet?
|
Quote:
|
All times are GMT -7. The time now is 03:09 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123