C
carlyman
I know it is possible to do by writing a script....but is there a way to
check if a function returns "#VALUE!" logically?
*Simple example: *
SEARCH("e","1234") returns #VALUE!.
I'd like to say IF(SEARCH("e","1234")="#VALUE!","ERROR","No Error")
Thanks!
check if a function returns "#VALUE!" logically?
*Simple example: *
SEARCH("e","1234") returns #VALUE!.
I'd like to say IF(SEARCH("e","1234")="#VALUE!","ERROR","No Error")
Thanks!