Data Replacement Question - Basic

JrzWrld

New Member
Joined
Mar 17, 2010
Messages
2
Any help on this would be appreciated - I have a suspicion this is a pretty basic question (at least I hope it is).

I have a formatted spreadsheet with unique identifiers for each row (unique identifier is in its own column). However one column of data is incorrect and needs to be replaced. And I would like to do that without reformatting the entire spreadsheet.

How do I take the NEW column of data (which is correctly aligned with the same unique identifiers that are also in the original spreadsheet - the unique identifiers are also in a separate column in the new, corrected file as well) and align the new data with the correct unique identifiers in the pre-existing spreadsheet? BTW, there are more rows of data with unique identifiers in the new columns of data than in the original, and the unique identifiers in the first spread sheet are sorted subjectively and therefore cannot be "unsorted" and then resorted with any sort of accuracy.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Welcome to the Board.

Try a formula like:

=VLOOKUP(A1,Sheet2!A:B,2,FALSE)

where A1 contains the unique ID and columns A:B on Sheet2 contain the ID and corrected value.
 
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,826
Members
449,190
Latest member
rscraig11

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