I am trying to get Column A's color to be changed by what Column E's text. Like an example is if Column E has English it would change cause Column A's color to be changed to something like purple. What script would be used to this to get this to happen? I am trying to get this to apply so all of Column E applies to all of Column A.
Asked
Active
Viewed 18 times
0
-
No need for a script, you can use [conditional formatting](https://blog.hubspot.com/marketing/conditional-formatting-google-sheets). – CherryDT Oct 02 '22 at 21:17
-
@CherryDT How would I get it so it for all of both columns? Like having all of the E column effect all of the A column? Looking at the blog post you linked, it makes it seem like it only applies to ONE row in the two columns. – Ruby Rose Oct 02 '22 at 21:21
-
You can apply conditional formatting to all cells in column A and write the condition so that it references `$E1`, i.e. `E` is fixed but `1` will be relative, so on `A1` it will reference `E1`, on `A2` it will reference `E2`, and so on - like any other formula – CherryDT Oct 02 '22 at 21:28
-
Please spend a few hours [reading the duplicate answers](https://stackoverflow.com/a/69635326/) and experimenting. – TheMaster Oct 02 '22 at 21:32