Add/Replace data based on other data

jiamec77

New Member
Joined
May 8, 2019
Messages
1
Hi,

I'm not sure how to word this, so please bear with me.

Each month, I receive data for work with 10 columns and up to 19,000 lines. On the first report I received, I added an additional 2 columns at the end and painstakingly went through each line to add extra data I needed.

I have now received the new report and need to insert these columns, but making sure they match up to the correct rows. Meaning, row 10 on report 1 may not be the same person as row 10 on report 2.

I don't even know what terms to search for to determine how to do this!

Thanks in advance!!
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Hi Jiamec,
step 1 would be to find the unique identifier for each line. Say you have a unique ID in column B, you could use that. Assuming you added column K&L and your data starts at row 2 (row 1 being a header), get your new report and use VLOOKUP to get the values of the old report, using column B.

In the new report, this would be the formula for K2:
K2: =VLOOKUP(B2,'[Your old report file]Old sheet name'!$B$2:$L$19000,10,FALSE)

I made a lot of assumptions, but I hope this get you started.
Koen
 
Upvote 0

Forum statistics

Threads
1,215,136
Messages
6,123,247
Members
449,093
Latest member
Vincent Khandagale

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