0

I wanted to know if I can solve this little problem in Google spreadsheets with conditional formatting but without a script.

Question 1: a blank Cell A1 has a red background colour and I change it to green manually. How can I get cell B1 to change from red to green too without touching it?

Rubén
  • 34,714
  • 9
  • 70
  • 166
  • Welcome. This site has use guidelines that are different from other similar sites. Please take the [tour] and checkout [ask] to learn the basics about asking questions here. – Rubén Apr 15 '17 at 21:18

1 Answers1

0

Google Sheets doesn't have a built-in feature that detects cell background changes. The alternative is to use a script, like the one on Google Spreadsheet: Script to Change Row Color when a cell changes text;

Community
  • 1
  • 1
Rubén
  • 34,714
  • 9
  • 70
  • 166