Highlighting data mismatches in tables by row

angeloudaki

New Member
Joined
Jul 7, 2015
Messages
46
I have tried
Code:
=$A1<>$B1
but this only looks at two cells at a time.
Code:
=$A1:A5<>$B1:B5
does not work.

Ideally I would like Excel to check for differences between two tables row by row and highlight them. If not then at least return True/False for a range. I have a lot of data to sift through! I have searched online and again no luck. I also tried 'GoTo special' but it picked up cells which matched too. It seemed a completely random result.
 
Hmm, Works but when I amended A4 to "Pink", the CF was applied in F5 ! LOL... Weird. It's comparing -1 row...

[TABLE="class: grid, width: 646"]
<tbody>[TR]
[TD]Column1[/TD]
[TD]Column2[/TD]
[TD]Column3[/TD]
[TD][/TD]
[TD][/TD]
[TD]Column1[/TD]
[TD]Column2[/TD]
[TD]Column3[/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[TD="align: right"]6[/TD]
[TD]Banana[/TD]
[TD][/TD]
[TD][/TD]
[TD]Yellow[/TD]
[TD="align: right"]6[/TD]
[TD]Banana[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD="align: right"]5[/TD]
[TD]Cherry[/TD]
[TD][/TD]
[TD][/TD]
[TD]Red[/TD]
[TD="align: right"]5[/TD]
[TD]Cherry[/TD]
[/TR]
[TR]
[TD]Pink[/TD]
[TD="align: right"]10[/TD]
[TD]Berry[/TD]
[TD][/TD]
[TD][/TD]
[TD]Blue[/TD]
[TD="align: right"]10[/TD]
[TD]Berry[/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD="align: right"]50[/TD]
[TD]Apple[/TD]
[TD][/TD]
[TD][/TD]
[TD]Green[/TD]
[TD="align: right"]50[/TD]
[TD]Apple[/TD]
[/TR]
</tbody>[/TABLE]

Not weird at all! Because it seems that your data, in this example, begin in row 2 (A4=Pink).
So, try
Select F2:H5
and use this formula
=A2<>F2

M.
 
Last edited:
Upvote 0

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

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