Thread
:
If Then Dilemma
View Single Post
#
4
Posted to microsoft.public.excel.worksheet.functions
Excel Confused
external usenet poster
Posts: 12
If Then Dilemma
Sorry I am now more confused?? It also showed error when pasting this formula
--
Please help out a moderate excel user
"Don Guillett" wrote:
modify this idea to suit starting with the higher number
=if(d4100,1,if(d450,2,if(d425,3,""))))
--
Don Guillett
SalesAid Software
"Excel Confused" wrote in message
...
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
Reply With Quote
Excel Confused
View Public Profile
Find all posts by Excel Confused