Home > Enterprise >  Google sheet formula =$G1=
Google sheet formula =$G1=

Time:10-16

I am trying to go get the conditional formatting to color the entire line, based on a text answer.

I have used "custom formula is" and =$G1=TRUE before, where I have a tickbox, so I tried to change the formula to =$G1=JA but this did not work.

I have a drop-down menu in column G with options JA - NEI - KANSKJE that I want to use the formula on, to color out the entire line.

I want green lines if JA, red lines if NEI etc.

Note: the words are yes, no & maybe in Norwegian

CodePudding user response:

Try

=$G1="JA"

and see if that works?

CodePudding user response:

It worked! Thank you ☺️ (I tried so many options, and i thought had tried «» But apparently not)

  • Related