Using the VLOOKUP Command

G

Glen Disteafno

Is there a way to not get a #N/A when a lookup in invalid. I would
rather have a -0- appear?
Glen
 
N

Niek Otten

=IF(ISNA(YourFormula),"-0-",YourFormula)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Is there a way to not get a #N/A when a lookup in invalid. I would
| rather have a -0- appear?
| Glen
 
Top