ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Flagging dates with conditional formatting (https://www.excelbanter.com/excel-worksheet-functions/230150-flagging-dates-conditional-formatting.html)

Cinder the Dog

Flagging dates with conditional formatting
 
I am trying to set up conditional formatting so that it flags me when it is
within 3 months & 1 month of a date. For example, I have a list of the dates
each of my staffs' CPR certifications are to expire. If it expires on
10/1/09, I would like the cell to turn yellow on 7/1/09, and red on 9/1/09.
The expiration date will be different for each staff member in each row.

Thanks

Cinder the Dog[_2_]

Flagging dates with conditional formatting
 

As I kept searching through all the info on this site, I came across this
answer which worked:

Try the triplets below as the CF "Formula Is" for Conditions 1 to 3
Select col B (with B1 active), then apply the CF:
=AND($B1TODAY(),$B1<=TODAY()+60)
=AND($B1TODAY()+60,$B1<=TODAY()+90)
=AND($B1TODAY()+90,$B1<=TODAY()+120)
Format each to taste
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:365 Subscribers:65
xdemechanik
---
"Frecks1983" wrote:
If i have a date in column A and have a formula that calculates 90 days from
that date to Column B and I want to add conditional formatting to Column B
that flags 120, 90, and 60 days from the column B date how would I go about
doing that?






"Cinder the Dog" wrote:

I am trying to set up conditional formatting so that it flags me when it is
within 3 months & 1 month of a date. For example, I have a list of the dates
each of my staffs' CPR certifications are to expire. If it expires on
10/1/09, I would like the cell to turn yellow on 7/1/09, and red on 9/1/09.
The expiration date will be different for each staff member in each row.

Thanks


Mike H

Flagging dates with conditional formatting
 
Hi,

Fir the 3 month (Yellow) fkag use this CF

=DATE(YEAR(A2),MONTH(A2)-3,DAY(A2))<=TODAY()

and for the red 1 change -3 to -1 and add a second cf

Mike

"Cinder the Dog" wrote:

I am trying to set up conditional formatting so that it flags me when it is
within 3 months & 1 month of a date. For example, I have a list of the dates
each of my staffs' CPR certifications are to expire. If it expires on
10/1/09, I would like the cell to turn yellow on 7/1/09, and red on 9/1/09.
The expiration date will be different for each staff member in each row.

Thanks



All times are GMT +1. The time now is 10:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com