Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am working with Excel 2003. I have a worksheet I am trying to get the cell
value (in number) based on the condition of 2 cells or leave the cell blank. The result I need in Cell D47 is: if Cell F46 and D15 is blank, blank the cell, but, if D15 is greater than blank, I need the absolute of the number in Cell D15. I have tried the following formula, however, I get the result "False", so I am doing something wrong. =IF(F46="",IF(D15="","",D15)) Thanks -- Linda |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if statement in formula | Excel Discussion (Misc queries) | |||
Need help with if-then statement in formula | Excel Discussion (Misc queries) | |||
Formula expected end of statement error, typing formula into cell as part of VBA macro | Excel Programming | |||
Can I use IF statement with a formula? | Excel Worksheet Functions | |||
IF statement with formula | Excel Programming |