conditional formatting

aarti_rto

New Member
Joined
Nov 29, 2019
Messages
49
Office Version
  1. 2016
Platform
  1. Windows
  2. Web
Hi,
I have below data & need to highlight the cells which have duplicate value in "A" as well as "B"&"C" column.
pl suggest.
Location "A"Material "B"Qty"C"Remarks
A1-02-01AAA9formula/condition should highlight this duplicate
b4-03-09XYZ31
b4-04-01ABC42
A1-02-01DDD28
C7-02-04AAA15
C7-02-05XYZ16formula/condition should highlight this duplicate
C7-02-05ABC30
C7-02-05XYZ16formula/condition should highlight this duplicate
A1-02-01DDD10
A1-02-01AAA9formula/condition should highlight this duplicate
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
A simple countifs might do?
Book1
ABC
1LocationMaterialQty
2A1-02-01AAA9
3b4-03-09XYZ31
4b4-04-01ABC42
5A1-02-01DDD28
6C7-02-04AAA15
7C7-02-05XYZ16
8C7-02-05ABC30
9C7-02-05XYZ16
10A1-02-01DDD10
11A1-02-01AAA9
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:C11Expression=COUNTIFS($A$2:$A$11;$A2;$B$2:$B$11;$B2;$C$2:$C$11;$C2)>1textNO
 
Upvote 0
Solution

Forum statistics

Threads
1,215,069
Messages
6,122,952
Members
449,095
Latest member
nmaske

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