ERROR.TYPE
Posted by B. Smith on May 03, 2001 1:10 PM
Please help:
I am trying to use the IF(ERROR.TYPE) command to overcome several error messages which are unavoidable due to the nature of my sheet.
My problem is that I can't seem to get the
IF(ERROR.TYPE) to execute the else portion of the IF.
Here is an example of what I mean:
=IF(ERROR.TYPE(24-(I5+J5+G5))=3,"",24-(I5+J5+G5))
This will return a blank when the error type is #Value, but when test actually should return a number; for some reason it doesn't advance to the
24-(I5+J5+G5) as it should.
Any ideas on what I am doing wrong?
Thanks.