What is this? From this page you can use the Social Web links to save Reader’s Questions - Performing two-way look up to a social bookmarking site, or the E-mail form to send a link via e-mail.

Social Web

E-mail

E-mail It
March 16, 2009

Reader’s Questions - Performing two-way look up

Posted in: Clever Excel formulas

Question:

I have - Table 1 and Table 2

How can I bring salary information in table 2 from table 1 for corresponding dept and jobcode?
Thanks
Bob Lee
Performing two way look up

Our take on this excel problem

You can join Department and Job Code in both table 1 as well as 2 using concatenate function. And then using vlookup function, you can look up salary from table 1 for a particular department and job code in table 2 as shown below:

Step 1: Concatenate column B and column C

HET two way look up 2

Step 2: Vlookup on the new concatenate column just created
Performing two way look up 3

Hope this helps.


Return to: Reader’s Questions - Performing two-way look up