Conditional Formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spreadsheet that contains 3 columns. Date of Birth, Retirement
Date, Waiver Date. I have created a formula to automatically calculate the
retirement date and waiver date based on the date of birth.

Does anyone know how I can set up a conditionl format to highlight the cells
of the retirement date and waiver date once the current date (Today's Date)
is either equal or greater than the date of the retirement date or waiver
date??

Thanks.
 
Assume retirement date in B2 and waiver date in C2

Select B2:Cxx where xx is end of data in column C.

Format>CF>Formula is:

=B2<=today()

Note:Excel may try to assist by adding $ signs as in $B$2

Delete them.


Gord Dibben MS Excel MVP
 

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