VBA value to left of column

Jaye7

Well-known Member
Joined
Jul 7, 2010
Messages
1,069
I have a value in cell F8 of sheet 1, I want to lookup F8 within sheet2 column B but return the value that is in column A not column B, I tried index and match but I haven't used them before and just get an error.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
sorry the title is wrong, it should be just a vlookup or index or match, I don't need VBA
 
Upvote 0
Like the below?
Book2
CDEF
87746
Sheet1
Cell Formulas
RangeFormula
C8C8=INDEX(Sheet2!A2:A13,MATCH(F8,Sheet2!B2:B13))


Book2
AB
1
2238
34226
451
54417
64827
77746
8524
93050
10431
11214
12945
134947
Sheet2
 
Upvote 0
Solution
You're welcome, happy we could help
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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