Not displaying the "#N/A"

L

ledzepe

Hi everyone,

I've a vlookup command that results in a "#N/A" answer on the cell. Ho
can I format the cell so that it won't display the "#N/A"
 
B

Bob Phillips

=IF(ISNA(lookup_formula),"",lookup_formula)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Top