I want to add a column of cells together only if the particular cell is colored green. Can I do this using conditional formatting on a google spreadsheet?
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.
|
|
Yes, you can do this with a script (Tools >> Script editor) by using getBackgroundColor() in the Spreadsheet API. |
|||
|
|