Forum Discussion

Space250's avatar
Space250
Copper Contributor
Feb 22, 2023
Solved

Conditional formatting of a single cell by row

Hi all,    After doing some research, I am a little stuck on how to make this happen. The closest I found was this topic, but it didn't work out.   I am trying to change the color of a cell based...
  • OliverScheurich's avatar
    Feb 22, 2023

    Space250 

    =COUNTIF($C2:$AG2,"JT")+COUNTIF($C2:$AG2,"JK")

    This is the rule for conditional formatting. There's only a slight change to your formula. With this rule you don't need a value in AI2, AI3 and so on.

    =$B$2:$B$27

    This is the range the format applies to in the example.

Resources