VLOOKUP based on a formula result

U

ufo_pilot

I am getting #N/A as a result of these VLOOKUP's
=VLOOKUP(A5,'Line Audit FOLLOW UP'!$C$256:$AP$1500,24,FALSE)
=VLOOKUP(A5,'Line Audit FOLLOW UP'!$C$256:$AP$1500,25,FALSE)
=VLOOKUP(A5,'Line Audit FOLLOW UP'!$C$256:$AP$1500,26,FALSE) ...etc

where A5 is a serial number reading from another worksheet (the result of)
=IF('Line Audit'!C256<>"",'Line Audit'!C256,"")

I can't remember having this trouble before with a result of a formula being
called upon for a result in VLOOKUP
If so, is there a way around it?
 
D

Dave

Hi,
When VLOOKUP returns #N/A, (and 4th argument=False) it means that it hasn't
found the lookup value in the table. Are you sure that the value in A5
actually occurs in Column C? It has to be an exact match.
Regards - Dave.
 

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