Color row based on cell value

T

tbo

I see several posts about conditional formatting.
As a novice what I need is a walkthrough no matter what the solution!

I would like to color a row yellow at a certain date, then red at another.
This is for a project and the yellow and red correspond to due dates.
Say at 12/11/2009 the row is yellow. At 12/19/2009 it is red.

I would also like to color a row (some color) when a 100% is reached in the
"completed %) cell.

Help is appreciated!
 
D

David Biddulph

Format/ Conditional Formatting/ Formula is
=$A1=DATE(2009,12,11)
Select your yellow format
Add
Formula is
=$A1=DATE(2009,12,19)
Select your red format
Add
Formula is
=$B1=100%
Select your appropriate colour

Adjust the references if the date is in a different column than A and if the
completed cell is in a different column than B, but notice that the address
is absolute for the column and relative for the row. Check the position of
the $ signs in the cell references.
 

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.

Ask a Question

Top