Vlookup formula where lookup value is a result a formula (receive.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Vlookup formula where lookup value is a result a formula (receive #N/A error)
How fix?
 
Without seeing what your formula is, it's impossible to do more than
guess...
 
Maybe:

=if(iserror(vlookup(...)),"some error message",vlookup(...))

or maybe...

=if(isna(a1),"",vlookup(a1,sheet2!a:e,3,false))
 

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

Back
Top