Hi,
1st, I appreciate the help. I continuously have difficulties with conditional formatting. And, match & index, but that is for another post. Today, my issue is with conditional formatting. Here are the 2 scenarios:
1) a 3-column Excel 2010 spreadsheet: A) Name and B) Expiration Date and C) Notes; Names can have same or different expiration date; Expiration date could be in the past IF the person's action is in progress, which will be annotated in the notes column; desire is to have Expiration date column color coded based on comparison of expiration date to today's date. If there is no expiration date then the cells should not have any color formatting, but if a new name is entered with an expiration date the cells should already be conditional formatted.
Due within 6 Months = orange
Due within 1 Year = yellow
Due Over 1 Year = green
Past Due = red
example: today is June 26, 2014 so an expiration date of August 3, 2014 would be orange; an expiration date of Mar 18, 2015 would be yellow; an expiration date of October 20, 2015 would be green; expiration date = June 10, 2014 = red
I have tried these formulas:
=TODAY()<=EDATE($B2,-6) (orange color)
=TODAY()<=EDATE($B2,-12) (yellow color)
=TODAY()<=EDATE($B2,12) (green color)
2) a 32-column Excel 2010 spreadsheet: A) Name and the next 31 columns correspond to date of month - 1 - 31; attendance spreadsheet; 10 types of attendance/absence status: 1) unexcused / U = red color; medical / M = blue; vacation / V = blue; late / L = orange; non-work day / NWD = green; at work / AW = green; approved absence / AA = blue; sick / S = yellow; business trip / BT = purple; excused / E= green. If there is no attendance / absence code entered then the cells should not have any color formatting, but if a new name is entered, or an attendance / absence code is entered, the cells should already be conditional formatted. I have not tried creating formulas for this scenario yet.
Thanks for the help.
1st, I appreciate the help. I continuously have difficulties with conditional formatting. And, match & index, but that is for another post. Today, my issue is with conditional formatting. Here are the 2 scenarios:
1) a 3-column Excel 2010 spreadsheet: A) Name and B) Expiration Date and C) Notes; Names can have same or different expiration date; Expiration date could be in the past IF the person's action is in progress, which will be annotated in the notes column; desire is to have Expiration date column color coded based on comparison of expiration date to today's date. If there is no expiration date then the cells should not have any color formatting, but if a new name is entered with an expiration date the cells should already be conditional formatted.
Due within 6 Months = orange
Due within 1 Year = yellow
Due Over 1 Year = green
Past Due = red
example: today is June 26, 2014 so an expiration date of August 3, 2014 would be orange; an expiration date of Mar 18, 2015 would be yellow; an expiration date of October 20, 2015 would be green; expiration date = June 10, 2014 = red
I have tried these formulas:
=TODAY()<=EDATE($B2,-6) (orange color)
=TODAY()<=EDATE($B2,-12) (yellow color)
=TODAY()<=EDATE($B2,12) (green color)
2) a 32-column Excel 2010 spreadsheet: A) Name and the next 31 columns correspond to date of month - 1 - 31; attendance spreadsheet; 10 types of attendance/absence status: 1) unexcused / U = red color; medical / M = blue; vacation / V = blue; late / L = orange; non-work day / NWD = green; at work / AW = green; approved absence / AA = blue; sick / S = yellow; business trip / BT = purple; excused / E= green. If there is no attendance / absence code entered then the cells should not have any color formatting, but if a new name is entered, or an attendance / absence code is entered, the cells should already be conditional formatted. I have not tried creating formulas for this scenario yet.
Thanks for the help.