Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=IF(N(G18),IF(T18/G180,T18/G18,"NA"),"NA") "murkaboris" wrote: Hello: I have the following formula: =IF((T18/G18<=0),"NA",IF(ISERROR(T18/G18),"NA",T18/G18)) It returns the correct values outside of the "ISERROR" section -- so when there is a division by "0" it gives you the standard "#DIV/0!" which I want to be replaced by "NA". Can you please review the formula and tell me what might be wrong that it still keeps it as "#DIV/0!"? Thank you. Monika |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup not returning correct value | Excel Worksheet Functions | |||
Match formula not returning correct values. | Excel Discussion (Misc queries) | |||
MAX Function not returning correct value | Excel Worksheet Functions | |||
VLOOKUP not returning correct value | Excel Worksheet Functions | |||
Vlookup not returning correct value | Excel Worksheet Functions |