Highlight cells based on a specific day of the month
Closed
trentseibel
Posts
1
Registration date
Thursday March 6, 2014
Status
Member
Last seen
March 6, 2014
-
Mar 6, 2014 at 01:23 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Mar 10, 2014 at 12:07 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Mar 10, 2014 at 12:07 PM
Related:
- Highlight cells based on a specific day of the month
- How to find specific words on a page - Guide
- How do i find a specific video on youtube - Guide
- It usually takes us just over a day to review your information - Facebook Forum
- Time of day clock stopped - Guide
- Based on the values in cells b77 b81 c77 - Excel Forum
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
Last seen
December 27, 2022
555
Mar 10, 2014 at 12:07 PM
Mar 10, 2014 at 12:07 PM
Hi Trentseibel,
You probably figured you have to use conditional formatting and are wandering what the formula's would be, right?
1) =A1-DAY(TODAY())<=0 [red]
2) =AND(A1-DAY(TODAY())>=1,A1-DAY(TODAY())<=7) [yellow]
For your second question, how do we know which month it is?
Best regards,
Trowa
You probably figured you have to use conditional formatting and are wandering what the formula's would be, right?
1) =A1-DAY(TODAY())<=0 [red]
2) =AND(A1-DAY(TODAY())>=1,A1-DAY(TODAY())<=7) [yellow]
For your second question, how do we know which month it is?
Best regards,
Trowa