Conditional formatting a date 8 months on
Closed
ClaireEmerald
-
Jun 22, 2010 at 10:04 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 23, 2010 at 09:53 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 23, 2010 at 09:53 AM
Related:
- Conditional formatting a date 8 months on
- Samsung mobile reset code 8 digit - Guide
- Tekken 8 pc download - Download - Fighting
- Psh4x 8 ball pool ios - Download - Sports
- Kmspico windows 8 - Download - Other
- Excel date format dd.mm.yyyy - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jun 22, 2010 at 07:18 PM
Jun 22, 2010 at 07:18 PM
One month, two month and three month from today's date?
If that is the case
Click on Conditional formatting and add these formula
=AND(B2<>"", DATE(YEAR(B2),MONTH(B2) -1, DAY(B2))<=TODAY(), B2>TODAY())
and choose green color
=AND(B2<>"", DATE(YEAR(B2),MONTH(B2) -2, DAY(B2))<=TODAY(), B2>TODAY())
and choose orange color
=AND(B2<>"", DATE(YEAR(B2),MONTH(B2) -3, DAY(B2))<=TODAY(), B2>TODAY())
and choose red color
If that is the case
Click on Conditional formatting and add these formula
=AND(B2<>"", DATE(YEAR(B2),MONTH(B2) -1, DAY(B2))<=TODAY(), B2>TODAY())
and choose green color
=AND(B2<>"", DATE(YEAR(B2),MONTH(B2) -2, DAY(B2))<=TODAY(), B2>TODAY())
and choose orange color
=AND(B2<>"", DATE(YEAR(B2),MONTH(B2) -3, DAY(B2))<=TODAY(), B2>TODAY())
and choose red color
Jun 23, 2010 at 05:56 AM
Thank you for your help.
It is actually 1, 2, 3 months from a date in history i.e. say we sold a maintenance contract in July 2009 i fill that date in cell C3 we would need to renuew that contract 12 months later so in cell C4 I have a formula set to automatically populate the cell with the date 12 months on but as the renewal date becomes within 3-1 months of this renewal date the cell's colour changes
Hope that explains it abit better
Jun 23, 2010 at 05:58 AM
Jun 23, 2010 at 09:53 AM