Version: 2008 Operating System: Mac OS X 10.6 (Snow Leopard) Processor: Intel how do I create formula for - if a value greater that zero is added in one cell it shades another cell?
Use Conditional Formatting in the cell you want shaded. Then you just
need to set up a formula in the Conditional FOrmatting setup box for the
cell you want to change color.
Something along the lines of (where A1 is the cell where you're
checking the value)
IF( A1 >0,1,0)==1
Carl
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.