Lookup matching values

hmirones

New Member
Joined
Aug 19, 2013
Messages
9
I have 2 spreadsheets with several columns.
On spreadsheet 1 I have
Column A: ID
Column O: Compensation Rate

On Spreadsheet 2:
Column A: ID
Column D: Compensation Rate

I want it to lookup by the id the compensation on Spreadsheet one.

Thanks for the help
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
I have tried using Vlookup but with no luck, can you help me with formula example, im very bad and building vlookup formulas.
 
Upvote 0
What is the name of your two sheets?
Which one is the one you are looking up?
 
Upvote 0
OK, assuming that your sheets are named "Sheet1" and "Sheet2", then if you are looking up a value in cell A2 on Sheet2, place this formula in cell D2 on Sheet2:
Code:
=VLOOKUP(A2,Sheet1!A:O,15,0)
 
Upvote 0

Forum statistics

Threads
1,215,565
Messages
6,125,583
Members
449,237
Latest member
Chase S

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