using vlookup to find data in two spreadsheets

jefferysteele

New Member
Joined
May 19, 2011
Messages
2
Have spreadsheet #1 with data

Have spreadsheet #2 with new data added to the old data from spreadsheet #1

Old data from spreadsheet #1 may or may not have been updated/changed

Need to use vlookup to pull out the data in spreadsheet #2 that has been updated/changed
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Where u want to put new data into the cell
Press =VLOOKUP(lookup value, then click on the sheet where the original table array is and highlight the area. Excel will automatically locate the array e.g 'Sheet1!' then, the column number you want , then 0)

Welcome to the board btw :)
 
Upvote 0
Hi,
The lookup value is the item u want to match the value you want look up e.g

Column1. Column2. Column3.
A. 1. [..........]
B. 2
C. 3
D. 4
E. 5

The lookup value is the cell in column 1 so if you want to find the number value for C in column 3 cell it would be cell that holds "C" The lookup value.
The formula would be =vlookup("c",A1:B6,2,0)
 
Upvote 0

Forum statistics

Threads
1,224,523
Messages
6,179,301
Members
452,904
Latest member
CodeMasterX

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