Google Sheets change background color based on value of another cell

Viewed 5616
1 Answers

Google Sheets has a native solution for this.

Just right click on the cell(s) you want to change background color and choose Conditional formatting, it is the penultimate option.

Then a right side tab with the different formatting rules will open. There you can define the range, the rules and the formatting style.

Source: https://support.google.com/docs/answer/78413?hl=en

Related