Lookup or Match??? with separate file.

mad3

Board Regular
Joined
Sep 15, 2009
Messages
128
Office Version
  1. 365
Platform
  1. Windows
I have a file called 'managers list' with wirecenter name in column A and Managers name in column B...

Daily - I receive a file called 'orders' with the wirecenter in column A. I want to add a column and have that column look up the associated managers name by checking against column A in daily orders file and cross referencing against wirecenter in 'Managers List' file...

Please help...


Mike in Cali...
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
'managers list'

0801 MAD
0802 BELL
0803 BELL
0804 SMITH
0805 MAD
0806 BELL
0807 MAD
0891 MAD
0892 SMITH
0893 BELL
0894 MAD

ORDERS FILE

COLUMN A, COLUMN B

0803, LOOKUP FUNCTION (WHERE RESULT LISTS MANGER NAME)
0807
 
Upvote 0
'managers list'

0801 MAD
0802 BELL
0803 BELL
0804 SMITH
0805 MAD
0806 BELL
0807 MAD
0891 MAD
0892 SMITH
0893 BELL
0894 MAD

ORDERS FILE

COLUMN A, COLUMN B

0803, LOOKUP FUNCTION (WHERE RESULT LISTS MANGER NAME)
0807

VLOOKUP??

=VLOOKUP(A2,'Managers List'!A2:B12,2,FALSE)
 
Upvote 0

Forum statistics

Threads
1,214,872
Messages
6,122,026
Members
449,061
Latest member
TheRealJoaquin

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