gs conditional formatting - Conditionally format Google Sheets cell based on text in a different cell -


i format cell d2 based on text in c2. d2 colored red if c2 contains text drop down of "no" , colored green if text "yes". have tried custom formula containing =if c2 ("yes") google sheets seems accept result not displayed @ all.

  1. select d2 (or d2:d9 or d2:<somewhere further down>)
  2. choose format ► conditional formatting
  3. format cells if... custom formula is...
            =c2="yes"
  4. formatting style - choose green fill , click done.
  5. add new rule repeat step 3 `=c2="no" , red fill.

            c2isno


Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

Swift game error message -