Compare and highlight 2 filtered sheets

Ardsaurus

New Member
Joined
Jun 13, 2021
Messages
7
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
Can someone tell me how to comparing and highlight 2 filtered sheets?
I have this 2 data (see picture), then i filtered to descending in take home pay row, then i want to compare and highlight the difference between these 2 sheets

Is this suppose to use formula or VBA? I search on Google but didn't find any good result. Thanks for advance
 

Attachments

  • Screenshot (146).png
    Screenshot (146).png
    199 KB · Views: 13

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Hello,

In the 1st sheet eg Book1, you could add a helper column M "Compare", in Cell M2 =ISNUMBER(MATCH(B2,[Book2]Sheet1!$B:$B,0)) and copy formula down.

Employee ID's in column B - Book1 that are not in Book 2 will result in FALSE

Highlight/Select All of your Book1 data, then Conditional Formatting/Create Rule/Use a Formula to determine which cells to Format/Format Cells where this Formula is true

Enter =$M1=FALSE
Use the Format Button to select the highlight format that suits.

Repeat all steps on Book2 looking back to Book1
 
Upvote 0

Forum statistics

Threads
1,214,407
Messages
6,119,332
Members
448,888
Latest member
Arle8907

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