ISERROR

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there a function that will return the value TRUE if the value in the
reference cell is either an error (#N/A, #DIV/0!, #REF!, etc) OR a ZERO? The
ISERROR function only returns errors (not zeroes).

Thanks
 
hi Latika,

embeded as

=if(or(a1=0,iserror(a1)),"True","flase)

hth
regards from Brazil
Marcelo

"Latika" escreveu:
 

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