Conditional Formatting for Multiple Criteria

davidcox9

New Member
Joined
Sep 21, 2023
Messages
11
Platform
  1. Windows
Hello,

I am trying to find if there are duplicates in my sheet. I need to know if the receipt date (H), quantity (D) and description (C) are duplicated but I can not get anything to work properly below is a screenshot so you can better understand.

1712678793964.png
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
try:
1712680717797.png



Book1
ABCDEFGHIJKLM
1
260675362107086894519TRUE
362301145695373724722FALSE
460747874698682694812FALSE
543186182305651802965FALSE
661841350806541483466FALSE
742335362294380894951TRUE
882198154395311237611FALSE
963332635368614725014FALSE
1041295362515177895937TRUE
1166897983252268572731FALSE
12
13
Sheet8
Cell Formulas
RangeFormula
L2:L11L2=COUNTIFS($C$2:$C$11,$C2,$D$2:$D$11,$D2,$H$2:$H$11,$H2)>1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:J11Expression=COUNTIFS($C$2:$C$11,$C2,$D$2:$D$11,$D2,$H$2:$H$11,$H2)>1textNO
 
Upvote 0

Forum statistics

Threads
1,215,221
Messages
6,123,699
Members
449,117
Latest member
Aaagu

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