The conditional-formatting tag has no wiki summary.
34
votes
3answers
36k views
Google Spreadsheets conditional formatting based on another cell's content
How can I set conditional formatting on a particular cell that depends on another cell's value?
A | B
1 | x
2 |
3 |
1 | x
1 | x
4 |
8 |
// X can be any value and is here merely to
// mark the ...
2
votes
1answer
244 views
Google SpreadSheet conditional formatting based on number of characters
In Google Spreadsheet, is there a way to conditionally format a cell if it has more than 30 characters?