Hello,
I'm trying to figure out how I can highlight cells that contain duplicate values, but only if they are in the same column.
Obviously, I could just go column by column and add a conditional formatting rule for each, but I'd like to be able to use one rule that applies to my entire range of data, and I am not sure how to ignore the exceptions.
Data is in D5:AS53. Here's the rules that need to be considered with the formula/rule:
Highlight duplicate values that:
- Are in the same column
Ignore values that are:
- "RDO", "1", "X"
Anyone know how I can accomplish this? Thank you in advance!
I'm trying to figure out how I can highlight cells that contain duplicate values, but only if they are in the same column.
Obviously, I could just go column by column and add a conditional formatting rule for each, but I'd like to be able to use one rule that applies to my entire range of data, and I am not sure how to ignore the exceptions.
Data is in D5:AS53. Here's the rules that need to be considered with the formula/rule:
Highlight duplicate values that:
- Are in the same column
Ignore values that are:
- "RDO", "1", "X"
Anyone know how I can accomplish this? Thank you in advance!