Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Page numbering dilemma | Excel Worksheet Functions | |||
Multple criteria dilemma | Excel Worksheet Functions | |||
Rolling up to the correct Month Dilemma | Excel Discussion (Misc queries) | |||
Hyperlink Dilemma | Excel Discussion (Misc queries) | |||
Lookup Table Dilemma | Excel Worksheet Functions |