#VALUE!

  • Thread starter Thread starter Pencil
  • Start date Start date
P

Pencil

I want A1 to report an error that is in A6 but my formula doesn't work.
A6 reads: #VALUE!
The formula A1 is =IF(AN6=#VALUE!,"You messed up","")

Help.
 
I want A1 to report an error that is in A6 but my formula doesn't work.
A6 reads: #VALUE!
The formula A1 is =IF(AN6=#VALUE!,"You messed up","")

Help.

A little more involved, if you want to test ONLY for a #VALUE! error:

=IF(ISERR(A6),IF(ERROR.TYPE(A6)=3,"You Messed Up","Not Value Error"),"OK")


--ron
 
I want A1 to report an error that is in A6 but my formula doesn't work.
A6 reads: #VALUE!
The formula A1 is =IF(AN6=#VALUE!,"You messed up","")

Help.
 

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

Similar Threads


Back
Top