Row Data Compare

Status
Not open for further replies.

blueolive

New Member
Joined
Aug 5, 2019
Messages
4
Hello Friends, I have to do data compare from two data sources treating first data as correct and highlight any data point in the second data source that doesn't match the data point in the first data source.

Example - Any difference in source B row should be highlighted. The original excel has about 60 columns and 4000 rows. Looking for an automated solution (easy to implement/scale and reuse).

[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Employee ID
[/TD]
[TD]Department
[/TD]
[TD]Salary
[/TD]
[/TR]
[TR]
[TD]Source A
[/TD]
[TD]100
[/TD]
[TD]10
[/TD]
[TD]600
[/TD]
[/TR]
[TR]
[TD]
Source B
[/TD]
[TD]<strike></strike>100
[/TD]
[TD]20
[/TD]
[TD]600
[/TD]
[/TR]
[TR]
[TD]
Source A
<strike></strike>
[/TD]
[TD]<strike></strike>110
[/TD]
[TD]40
[/TD]
[TD]300
[/TD]
[/TR]
[TR]
[TD]
Source B
<strike></strike>
[/TD]
[TD]<strike></strike>110
[/TD]
[TD]40
[/TD]
[TD]350
[/TD]
[/TR]
[TR]
[TD]
Source A
<strike></strike>
[/TD]
[TD]<strike></strike>120
[/TD]
[TD]50
[/TD]
[TD]550
[/TD]
[/TR]
[TR]
[TD]
Source B
<strike></strike>
[/TD]
[TD]<strike></strike>120
[/TD]
[TD]50
[/TD]
[TD]600
[/TD]
[/TR]
[TR]
[TD]
Source A
<strike></strike>
[/TD]
[TD]<strike></strike>130
[/TD]
[TD]70
[/TD]
[TD]700
[/TD]
[/TR]
[TR]
[TD]
Source B
<strike></strike>
[/TD]
[TD]<strike></strike>130
[/TD]
[TD]80
[/TD]
[TD]700
[/TD]
[/TR]
</tbody>[/TABLE]

Thank you!
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,225,730
Messages
6,186,698
Members
453,369
Latest member
positivemind

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