Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I describe a formula so that the answer is the result of if/or. For
example if the value in cell b5 = 99 or less the value in cell d5 will be 1.5, if the value in cell b5 is 100-150 the value in cell d5 will be 2 and if the value in cell b5 is over 151the the value in d5 will be 3. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Maybe you can use something like this in cell D5 =IF(B5<=99,1.5,IF(B5<=150,2,3)) Regards, Bondi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2 Nesting questions | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |