Longshot

stewie1234

New Member
Joined
Dec 28, 2015
Messages
8
I have to go through 14000 rows of data and validate them with another sheet but the problem is I have to change the original to match the other sheet but there are rows in one sheet that aren't in another I have to put on another tab and vice versa. Any ideas besides going through them one by one?? I also have to highlight all the changes. Thanks for any input!
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Id use concatenate and then countifs to see which rows were identical from one sheet to another.
 
Upvote 0
Concatenate every column that you have in each worksheet. If you have two columns for example the formula to place in each sheet cell C1 is =A1&B1 then in D1 =COUNTIF(Sheet1!C:C,C1). If the identical data appears in each sheet then the countif returns 1 (or more if it appears more than once). If the line doesn't appear in the other sheet it will return 0.
 
Upvote 0

Forum statistics

Threads
1,221,525
Messages
6,160,326
Members
451,637
Latest member
hvp2262

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