VLOOKUP CAPTURING HEADERS IN TABLE ARRAY

Duurhh

New Member
Joined
Jul 8, 2023
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
Hi everyone!

I have been ripping out my hair trying to figure out why excel keeps capturing my table header in the VLOOKUP formula. When I select the array from D2 to AA720, excel will always convert these number to the Header Names.

For example:

=VLOOKUP(C2,Table16(Contact):[Release Date]],1,False)

Please help! My job depends on it!

Best,


durrhh
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Welcome to the MrExcel board!

As well as the question above ..
=VLOOKUP(C2,Table16(Contact):[Release Date]],1,False)
  • .. that is not a valid formula. Did you mean this instead?
    Excel Formula:
    =VLOOKUP(C2,Table16[[Contact]:[Release Date]],1,FALSE)

  • If you are only looking in column 1 of the array, why do you want 24 columns (D:AA) in the array?

  • In general, if you are looking up values in a table, what is wrong with using the structured reference style with the header names included?

  • If you really don't want the headers in the formula, don't select D2:AA720, just type it into the formula.

If you still need more help, what about you show/tell us more about just what you have and what you are trying to achieve?
XL2BB might help with that (but use a small set of sample data, not 720 rows).
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,578
Messages
6,125,642
Members
449,245
Latest member
PatrickL

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top