Vlookup across Files

jae113

Board Regular
Joined
Jun 17, 2008
Messages
227
Hello All,

I have a lookup table on File 2, "Manager" that has two columns, description(SG Mngr & Desc) and SG Mngr Name.
I would like to search in File 1, column E, and if the description matches what is in File 2, return the name in File 1, column G.

I'm having a hard time with it, but this is what I have so far. I started in G246:

=VLOOKUP(E246,'[Manager.xlsx]SG Mngr & Desc'!$A2:$A150,2,FALSE)

The description has to be exact so I used False.
The names are in the second column in File 2 "Manager", so I put 2.
I want it to search File 2, "Manager", all of column A (the descriptions) so that is the range.
And I want it to compare the range to the data in E246.

I don't understand VLOOKUP well enough to sort out what I'm doing wrong. I know I'm not telling it to do what I want it to do, but I don't know at which step I went wrong.

Any and all help very much appreciated!
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
You should be getting an error. Your data range only has one column $a$2:$a$150. But you want it to look at the second column. Maybe $A$2:$A$150 should be $A$2:$B$150 ?
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,828
Members
452,946
Latest member
JoseDavid

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