VLookup - Column issue?

erutherford

Active Member
Joined
Dec 19, 2016
Messages
449
I have two sheets (1 & 2) I am working in sheet 2, trying to pull data from sheet 1.
Code:
=VLOOKUP($B$2,Hstry!$A$3:$I$70,COLUMN(Hstry!F3),FALSE)

B2 on sheet 2 is my index and I am trying to lookup the value in Sheet1 in Column 6.
No errors, just #N/A in the return.

Thanks as always in advance
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
So the lookup value is not being found. Often this is because it's a number in one location and stored as text in the other.
 
Upvote 0
Thanks Fluff for the reply. I see what you did but same results. My index is a dropdown menu pulling the data from Sheet1 if that has any effect.
 
Upvote 0
What is in B2 & col A of the Hstry sheet?
 
Upvote 0
What is in B2 & col A of the Hstry sheet?
1659968229352.png
 

Attachments

  • 1659968163181.png
    1659968163181.png
    11.5 KB · Views: 2
Upvote 0
Do you have 2022 in B2?
 
Upvote 0
Fluff,
I think I see the issues and let me clean up column, then I'll continue the tread successful or not. Standby
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,927
Members
449,094
Latest member
teemeren

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