VBAnewbie82
New Member
- Joined
- Nov 13, 2020
- Messages
- 9
- Office Version
- 365
- Platform
- Windows
How do I highlight values that appear at least three times with matching value in different column?
For example below I would like to highlight values in column C that appear at least three times and they have matching value in column A. Right conditional formatting with right formula should highlight only values in cell C1, C3 and C7 for they have matching value "15" in column C and matching value "9999" in column A.
For example below I would like to highlight values in column C that appear at least three times and they have matching value in column A. Right conditional formatting with right formula should highlight only values in cell C1, C3 and C7 for they have matching value "15" in column C and matching value "9999" in column A.
A | B | C | |
---|---|---|---|
1 | 9999 | Randomtext1 | 15 |
2 | 2222 | Randomtext2 | 20 |
3 | 9999 | Randomtext3 | 15 |
4 | 4444 | Randomtext4 | 15 |
5 | 5555 | Randomtext5 | 20 |
6 | 6666 | Randomtext6 | 20 |
7 | 9999 | Randomtext7 | 15 |