Conditional formatting

MFT

New Member
Joined
Feb 14, 2023
Messages
16
Office Version
  1. 365
Platform
  1. Windows
Dears, I need a "conditional formatting" to get highlighted if all the information are matching in all 3 tables like in the sheet.

1677659761204.png
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hi,

Are the three tables located in the same worksheet ?
 
Upvote 0
Hi James,

Yes the tables are in the same worksheet only.
 
Upvote 0
OK ...
So you could test following
Excel Formula:
=AND(AND(A2=F2,F2=K2),AND(B2=G2,G2=L2),AND(C2=H2,H2=M2),AND(D2=I2,I2=N2))
 
Upvote 0

Forum statistics

Threads
1,216,818
Messages
6,132,883
Members
449,766
Latest member
Morfildor

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