Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No there is no limit. Most likely you have #Ref errors somewhere in your
source table. -- HTH... Jim Thomlinson "Lost in Microbiology" wrote: 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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 On Tue, 11 May 2010 09:01:01 -0700, Lost in Microbiology wrote: 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? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good catch... that is more likely the error. I always use index match which
will avoid this type of issue. -- HTH... Jim Thomlinson "Gord Dibben" wrote: 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 On Tue, 11 May 2010 09:01:01 -0700, Lost in Microbiology wrote: 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? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error in VLOOKUP | Excel Worksheet Functions | |||
VLOOKUP #N/A Error | Excel Worksheet Functions | |||
Vlookup Error #N/A | Excel Discussion (Misc queries) | |||
vlookup error | Excel Discussion (Misc queries) | |||
vlookup error | Excel Discussion (Misc queries) |