Is there a way to write a continuously running script in google sheets where it scans the sheet to find any cell with a certain text and the color that and the adjacent cell a certain color?
So here's my sheet
------------------------------------
| ColA | ColB |
------------------------------------
| CellA1 | CellB1 |
------------------------------------
| CellA2 | CellB2 |
------------------------------------
| CellA3 | CellB3 |
------------------------------------
I want to find the row with ColA = 'CellA1'
and then color both that cell and the adjacent cell, CellB1
, a particular color.
And I want to make it continous so that when I insert a new row and type in CellA1
for ColA
then it'll automatically color it a certain color after I hit enter.