Check for "#VALUE!"

  • Thread starter Thread starter carlyman
  • Start date Start date
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!
 
Would the ISERROR function serve your purpose, or do you need t
distinguish the #VALUE error from other errors
 
I can work around it using ISERROR, but I was hoping to implemen
something more based on what type of error it was
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top