Forum Discussion
LastRez
Oct 10, 2025Occasional Reader
Conditional Formatting
Hello, I am developing a conditional formatting rule that allows me to enter a specific text value, and if it matches the content of another cell, that cell will be highlighted in green. However, instead of highlighting only the matching cell, the entire selected range is being highlighted each time I enter a text value.
1 Reply
- OliverScheurichGold Contributor
This is the rule for conditional formatting in the attached sample file.
=E2=$N$2
This is the "applies to" range.
=$E$2:$K$15
All exactly matching cells within the applies to range are highlighted.