Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It is not clear what value the cell should have depending on the different
values of B24 and B25 Since both B24 and B25 are being checked for =0.01 you will have to let the newsgroup know what values you want in those four cases Say 1 : When B24=0.01 and B25=0.01 2 : When B24=0.01 and B25<0.01 3 : When B24<0.01 and B25=0.01 4 : When B24<0.01 and B25<0.01 then the formula you need is as follows =IF(B24=0.01,IF(B25=0.01,1,2),IF(B25=0.01,3,4)) "Shan" wrote: I have the following formula in cell I39 which works great and does what it is supposed to do: =IF(B24=0.01,5+1,5) However, I also want this formula to reference cell B25 as well with a little different calculation: =IF(B25=0.01,5+3,5) How can I combine these 2 formulas so it will check both B24 and B25 and return 1 result in cell I39? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating only non-empty cells... | Excel Worksheet Functions | |||
Populate multiple cells using the same reference | Excel Worksheet Functions | |||
Removing $$ Reference in cells | Excel Worksheet Functions | |||
Expanding conditional formating with reference cells changing | Excel Discussion (Misc queries) | |||
How do I fix a circular reference in a financial statement? | Excel Discussion (Misc queries) |