Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google sheet formula =$G1=

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

like image 303
Majken Avatar asked Nov 20 '25 19:11

Majken


1 Answers

Try

=$G1="JA"

and see if that works?

like image 68
JPV Avatar answered Nov 24 '25 20:11

JPV



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!