If Then Dilemma
The cell I am entering the formula in shows VALUE
--
Please help out a moderate excel user
"Ron Coderre" wrote:
Try something like this:
With
A1: (a number)
B1: =CHOOSE(MIN(CEILING((A1+(A1=100))/50,1),3)+1,0,2000,5000,10000)
Does that help?
***********
Regards,
Ron
XL2002, WinXP
"Excel Confused" wrote:
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
|