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, ins...
OliverScheurich
Oct 10, 2025Gold 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.