ISERROR

L

Latika

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
 
M

Marcelo

hi Latika,

embeded as

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

hth
regards from Brazil
Marcelo

"Latika" escreveu:
 
Top