Forum Discussion

CrewReprs's avatar
CrewReprs
Copper Contributor
Aug 22, 2022
Solved

color the cells of a specific column based on the values of other columns

Hello all,   Could someone help me realize this: I'm trying to color the cells of a specific column based on the values of three other columns. So the three cells of the three columns contain 'ye...
  • OliverScheurich's avatar
    Aug 22, 2022

    CrewReprs 

    =AND(E2="yes",F2="yes",G2="yes")

    Maybe with this rule for conditional formatting. Each color requires a different rule for conditional formatting.

     

Resources