SaraWitch
Active Member
- Joined
- Sep 29, 2015
- Messages
- 377
- Office Version
- 365
- Platform
- Windows
Hello peeps.
I have two sheets that are both filtered which I want to compare to see what's missing.
In Sheet2, I have conditionally formatted column BB to match with column A in Sheet1 (and applied to =$B:$B):
But there are matches that are not highlighting in Sheet2.
I can't upload the workbook as it contains sensitive information, but any help would be appreciated if anything is jumping out to anyone...
Ta muchly!
I have two sheets that are both filtered which I want to compare to see what's missing.
In Sheet2, I have conditionally formatted column BB to match with column A in Sheet1 (and applied to =$B:$B):
VBA Code:
=NOT(ISERROR(MATCH(BB6,Sheet1!$A:$A,0)))
But there are matches that are not highlighting in Sheet2.
I can't upload the workbook as it contains sensitive information, but any help would be appreciated if anything is jumping out to anyone...
Ta muchly!