If Then Dilemma
I am trying to solve this problem:
If a value in cell D4 is from 1 to 50 then I want a certain celll to show
$2000 if the value in cell D4 is 50 to 100 then I want that certain cell to
show $5000 instead, and if the value in cell D4 is greater than 100 then I
want to show $10000 instead.
Seems pretty simple here is my logic, It just says formula error??? Please
help
IF((D4<=50,"2000",""),IF(D450<100,"5000",""),IF(D 4=100,"10000",""))
--
Please help out a moderate excel user
|