Forum Discussion
jpnht1983
Aug 27, 2023Copper Contributor
Need help for conditional formatting with more than one specific text word
I need help to write a conditional formatting code for specific text. I have a worksheet with countif. I built a conditional format for specific text to color the cell a certain color, and the count...
Patrick2788
Aug 27, 2023Silver Contributor
1. Define 'Keywords' as a named item:
2. Conditional Formatting formula will then be:
=XOR(A$1=Keywords)- jpnht1983Aug 27, 2023Copper ContributorHow does that work for a range of cells from A1 to EX1?
- Patrick2788Aug 27, 2023Silver Contributor
Nothing changes. Be sure to select the range you want the conditional formatting to apply to and use the correct referencing styles: