Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change cell color based on another cell color in Google Sheets

I would like to change a particular cell color based on the specific cell color. (For ex: If A1 cell color is green then B1 background color should change to green if A2 cell color is red than B2 cell color should change to red. Kindly help me how to do that in google sheets. Thanks in advance.

like image 669
ashokkumar ponnnusamy Avatar asked Nov 15 '25 13:11

ashokkumar ponnnusamy


1 Answers

this is not possible as you imagine it. however, this is:

let's say that if:

A2 cell color is RED because it's not empty/has a number/has specific text... then you can set color to be RED on B2 if A2 not empty/has a number/has specific text...

in such case, you use so-called custom formula. example:

1

also, you may be interested in: https://chrome.google.com/webstore/c

like image 174
player0 Avatar answered Nov 18 '25 21:11

player0