jimrward
Well-known Member
- Joined
- Feb 24, 2003
- Messages
- 1,897
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
- 2003 or older
- Platform
- Windows
in simple terms I have one to many columns of data, for simplicity lets use columns A, B, C
A, B, C
297, 295, 293
296, 295
297, 295, 292
294
now it is easy enough to highlight dupes in column A with COUNTIF() > 1
what i would like to do is highlight cell in Column B, which is associated as already being a duplicate in column A
so in the example above 297 would be highlighted in A2 and A4
and I would like only B2 and B4 highlighted in B, as these are associated as dupes, and NOT B3 as it is not a duplicate in A
so the formula needs to be logically connected to the countif in A
A, B, C
297, 295, 293
296, 295
297, 295, 292
294
now it is easy enough to highlight dupes in column A with COUNTIF() > 1
what i would like to do is highlight cell in Column B, which is associated as already being a duplicate in column A
so in the example above 297 would be highlighted in A2 and A4
and I would like only B2 and B4 highlighted in B, as these are associated as dupes, and NOT B3 as it is not a duplicate in A
so the formula needs to be logically connected to the countif in A