VLOOKUP #REF error

  • Thread starter Lost in Microbiology
  • Start date
L

Lost in Microbiology

I have a vlookup that works for the first 14, columns I want to reference.
But when I get to the 15th column I get the #REF error.

This is the formula:
=VLOOKUP($A2,$A$1100:$N$7704,14,FALSE)

Is there a limit on the number of columns a VLOOKUP array can have?
 
J

Jim Thomlinson

No there is no limit. Most likely you have #Ref errors somewhere in your
source table.
 
G

Gord Dibben

A to N is 14 columns in your lookup table.

15 will certainly give an error.

Change N to O and you have 15 columns.


Gord Dibben MS Excel MVP
 
J

Jim Thomlinson

Good catch... that is more likely the error. I always use index match which
will avoid this type of issue.
 

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

vlookup 6
VLOOKUP returns #REF!? 1
Vlookup "#REF!" error when using last column of array 4
Some rules about Vlookup REPOSTED 6
vlookup 1
vlookup challenge with hyphen data placement 2
vlookup range 4
OR AND VLOOKUP 10

Top