Highlighting duplicates of combined cells

JanaD

New Member
Joined
Jan 7, 2021
Messages
4
Office Version
  1. 2013
Platform
  1. Windows
Hello,

I am trying to highlight all duplicated combination of 2 cells. Both cells are always numbers and I would like to see if there is already the same combination without adding a new column.
An example is:
20​
50​
20​
30​
20​
50​
15​
4​

I would therefore need Excel to highlight 1st and 3rd row as the combination exists more than once. I do not care whether cell A or B will be highlighted.
Thanks for any help.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
You can use conditional formatting for that.
Fluff.xlsm
AB
1
22050
32030
42050
5154
6
7
8
Sheet4
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:B10Expression=COUNTIFS($A:$A,$A2,$B:$B,$B2)>1textNO
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,143
Messages
6,123,276
Members
449,093
Latest member
Vincent Khandagale

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