Getting rid of VLOOKUP N/A

  • Thread starter Thread starter WA
  • Start date Start date
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.
 
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

Similar Threads

Help With VLOOKUP 2
Set add function ignore #N/A 1
vlookup errors #n/a 10
ISERROR on VLOOKUP 3
VLOOKUP and #N/A 2
VLOOKUP PROBLEM 2
Summing #N/A occurrences 5
getting #N/A when vlookup is a negative number 3

Back
Top