Complex conditional formatting for duplicate values per date of service per client

owellwell

New Member
Joined
Aug 27, 2016
Messages
3
Large amount of client data, multiple clients per service date, looking to highlight charges per client, based on duplicate charge entry for that service date. If no duplication, no high lighting of the involved rows, if there are duplicate charges for that service date only then highlight! How might I set this up in conditional formatting?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
A
B
C
1
DateClientCharge
2
1/1/2018​
A
10​
3
1/1/2018​
B
20​
4
1/1/2018​
A
30​
5
1/2/2018​
B
20​
6
1/1/2018​
A
10​
7
1/2/2018​
B
20​
Sheet: Sheet77

Conditional formatting formula applied to A2:C7:

=COUNTIFS($A$2:$A$7,$A2,$B$2:$B$7,$B2,$C$2:$C$7,$C2)>1
 
Upvote 0
[COLOR=[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL] ]A[/COLOR]​
[COLOR=[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL] ]B[/COLOR]​
[COLOR=[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL] ]C[/COLOR]​
[COLOR=[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL] ]1[/COLOR]​
DateClientCharge
[COLOR=[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL] ]2[/COLOR]​
1/1/2018​
A
10​
[COLOR=[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL] ]3[/COLOR]​
1/1/2018​
B
20​
[COLOR=[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL] ]4[/COLOR]​
1/1/2018​
A
30​
[COLOR=[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL] ]5[/COLOR]​
1/2/2018​
B
20​
[COLOR=[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL] ]6[/COLOR]​
1/1/2018​
A
10​
[COLOR=[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL] ]7[/COLOR]​
1/2/2018​
B
20​

<tbody>
</tbody>
Sheet: Sheet77

<tbody>
</tbody>

Conditional formatting formula applied to A2:C7:

=COUNTIFS($A$2:$A$7,$A2,$B$2:$B$7,$B2,$C$2:$C$7,$C2)>1


Oscar, thank you!

Your solution did not net me any results, even though your concept could possibly work. The file is complex, over 75K rows, 17 columns. Not all columns are relevant to my issue. The rows are! Rows are grouped by service date and per date by an account name, the account name appear multiple times per date, though with different value, some of these are duplicate and I need to find these duplicate values for the entire service date. I have a file I can send you, it is adjusted for confidentiality of the content, I do not know how to attach it. If you think you can be of further help, I'd forward it to you directly. Let me know. Thank you!
 
Upvote 0
owellwell, attachments (and taking questions off the forum) are not allowed, but there are tools you can use, like Oscar did, to post pieces of your sheet. Please refer to the link (Attachments work around) in my signature to find the tools
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,390
Messages
6,119,235
Members
448,879
Latest member
VanGirl

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