Forum Discussion
Formulas & Conditional Formatting
- Mar 14, 2019
Hi
Name the ranges with that you wish to check for duplicates.
i.e. CustomersA, CustomersB
After naming the ranges highlight the column you wish to apply the conditional format.
For my example I am going to use the range C2:C1234
Use a formula as the basis I would say =COUNTIF(CustomersA,C2)+COUNTIF(CustomersB,C2) > 1
Then choose the highlighting you normally would.
Hopefully that gets you on the path
Hi
Name the ranges with that you wish to check for duplicates.
i.e. CustomersA, CustomersB
After naming the ranges highlight the column you wish to apply the conditional format.
For my example I am going to use the range C2:C1234
Use a formula as the basis I would say =COUNTIF(CustomersA,C2)+COUNTIF(CustomersB,C2) > 1
Then choose the highlighting you normally would.
Hopefully that gets you on the path