Highlight 2nd or more Duplicates Conditional Format

mirology

New Member
Joined
Oct 9, 2015
Messages
20
I use the Following Conditional Formula to highlight rows if multiple cells together are duplicated:

=SUMPRODUCT((col_b=$B1)*(col_C=$C1)*(col_d=$d1)*(col_e=$e1))>=2

and it works fine except it highlights all instances not only 2nd or 3rd or more duplicates as intended


I've tried countifs formula but it highlights wrong rows and doesn't highlight the 2nd or more instances

not sure what im missing here :confused::confused:
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Perhaps: =MATCH($B1&$C1&$D1&$E1,col_b & col_c & col_d & col_e,) < ROW()-ROW(A$1)+1 <row()-row(a$1)+1<row()-row(a$1)+1< html=""></row()-row(a$1)+1<row()-row(a$1)+1<>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,749
Messages
6,180,725
Members
452,995
Latest member
isldboy

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