VALUE error

  • Thread starter Thread starter evil91
  • Start date Start date
E

evil91

I need a way to avoid the #value! error, i.e. something along the lines
of IF(ISNA. All i want to do is to change the value of the cell to "0"
if there is a #VALUE! error.
TIA
 
That gives #N/A if no error, so try
=IF(ISERR(A1),IF(ERROR.TYPE(A1)=3,0,A1),A1)
 

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