Turning a row color to "yellow" if one date field is greater than another.

  • Thread starter Thread starter Ray Stevens
  • Start date Start date
R

Ray Stevens

I would like to automatically turn a row color to yellow if the current date
is greater than a "needed by" date column. What is the best way to do this?
 
Hi

Select the rows necessary and then go to Format/Conditional Formatting. If
your 'needed by' date is in column D use 'Formula Is' and then in the box
type:
=$D1=today()

Hope this helps.
Andy.
 
Sorry - that's if column D equals today.
Try this:
=today()>$D1
Don't forget to set a pattern fill too!

Andy.
 

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

Back
Top