yichuansancun
Board Regular
- Joined
- Feb 7, 2011
- Messages
- 123
I have the following formula:
=IF(OR($B$38=0,ISERROR($B$38)),"not available",$B$38)
When B38 = 0, it returns "not available"
but when B38 = "#DIV/0" or any other error message, it doesn't return "not available" but the error symbol itself.
Why is that?
How can I make the cell to return "not available" when either of the conditions met?
Thanks,
Perri
=IF(OR($B$38=0,ISERROR($B$38)),"not available",$B$38)
When B38 = 0, it returns "not available"
but when B38 = "#DIV/0" or any other error message, it doesn't return "not available" but the error symbol itself.
Why is that?
How can I make the cell to return "not available" when either of the conditions met?
Thanks,
Perri