Vlookup between sheets - If cell matches cell in range, copy adjacent cell - Range on different sheet

VivianLabon

New Member
Joined
Jul 17, 2014
Messages
5
I'm using the below formula to use a Vlookup to copy from an adjacent cell, out of the range B3:C20

=IFERROR(VLOOKUP(A3,$B$3:$C$20,2,0),"")

I am wondering what the formula would be to pull the number from a different sheet, within the same workbook.

Specifically i'm working with:
Cell (A3) which I want to match to a range - B3:B20. If there is a match, I want the adjacent cell in row C to be copied to the formula cell.
So if A3 matches B4, C4 would be displayed.

However: the range B3:C20 is in Sheet 2

Thank you
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
something like...?

=VLOOKUP(A3,Sheet2!$B$3:$C$20,2,0) or

=VLOOKUP(A3,'Sheet 2'!$B$3:$C$20,2,0) if there is a space between sheet and 2
 
Upvote 0

Forum statistics

Threads
1,214,923
Messages
6,122,283
Members
449,075
Latest member
staticfluids

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