I did some searching on this and came across this post

However, this solution uses an onEdit() trigger. I would like to see a solution that uses a formula approach, so in the OP's example from that post, the formula would be like so:

=setcolor( if(A1=1,true,false), RGB(255,255,0) )

How can I create a formula that does this? Thanks in advance.

link|improve this question
feedback

migrated from superuser.com Jul 1 '11 at 15:27

This question came from our site for computer enthusiasts and power users.

2 Answers

This may help you: Google spreadsheets conditional formatting

How to enter your Apps Script into your spreadsheet: http://code.google.com/intl/de/googleapps/appsscript/guide.html

link|improve this answer
thx for downvoting without commenting why. – oleschri Jan 19 at 14:52
feedback

It is not possible to use formulas for conditional formatting based on this Google Groups Discussion.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.