Dec 21 2021 12:42 PM
hello,
I have a conditional formatting with a countif formula
=COUNTIFS($B$2:$B$7,B2,$A$2:$A$7,A2)>1
it correctly highlights but I want to extend the highlight to column B as well.
It currently highlights column A only.
How can I do this?
Please see attached file.
Dec 21 2021 01:33 PM
SolutionSelect A2:B7. The active cell should be in row 1.
Create the conditional formatting rule with formula
=COUNTIFS($B$2:$B$7,$B2,$A$2:$A$7,$A2)>1
Dec 21 2021 04:56 PM