In Google Spreadsheet, is there a way to conditionally format a cell if it has more than 30 characters?
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
Not on the cell itself, without the usage of Google Apps Script. Adding a helper column will allow you get realy close:
Now add the following formula in
This will check column A, whether the entry has more than 30 characters and will return TRUE or FALSE. See example file I've prepared: more than 30 characters |
||||
|
|


