Getting rid of VLOOKUP N/A

W

WA

Lets say I implement the vlookup function and it displays #N/A in the cell
because it can't find what I am looking for - is there a way to change the
#N/A to a number or string of my choice?


Thanks,

W.A.
 
R

Roger Govier

Hi

Try
=IF(ISERROR(your_formula),"what you want to display",your_formula)

If you have XL2007 then
=IFERROR(your_formula,"What you want to display")
 

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

Top