I have a bank report where I am trying to highlight the duplicates. The highlight duplicates only works for one condition under conditional formatting. How do I get it to work for more than one condition?
In my example, I want to highlight duplicates that are duplicates in the Type column and Order column. For my example, type Sale and order 100 occurs twice and I want to highlight that.
In my example, I want to highlight duplicates that are duplicates in the Type column and Order column. For my example, type Sale and order 100 occurs twice and I want to highlight that.
Book1 | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Transaction ID | Type | Descrption | Order ID | Order | ||
2 | 1 | sale | Dog | AA1 | 100 | ||
3 | 2 | credit | Dog | BA2 | 100 | ||
4 | 3 | sale | Dog | CA3 | 100 | ||
Sheet1 |