B15 is a date of birth field where a user enters a date.
B16 is a date received field where a user enters the date an application is received.
I am trying to figure out how to create a conditional formatting formula that I can use to flag B16 as red if an invalid date is entered.
Here are the rules to determine what is valid:
When the applicant turns 65 years old, they have a 7 month period to submit an application - normally it is 3 months before their birthday, their birthday month, and 3 months after. But if their birthday falls on the first of the month, then they have 4 months prior to their birthday, their birthday month, and two months after their birthday.
Conceptually, this is what I think I need to do:
=if ((Day(B15)=1), if(...condition to describe range from 4 months prior to 2 months after...), if(...condition to describe range from 3 months prior to 3 months after...))
This is more complicated than any of the conditional formatting I've done in the past. So I don't even know if I'm on the right track. Can anyone offer any advice?
I appreciate any help,
Shauna
B16 is a date received field where a user enters the date an application is received.
I am trying to figure out how to create a conditional formatting formula that I can use to flag B16 as red if an invalid date is entered.
Here are the rules to determine what is valid:
When the applicant turns 65 years old, they have a 7 month period to submit an application - normally it is 3 months before their birthday, their birthday month, and 3 months after. But if their birthday falls on the first of the month, then they have 4 months prior to their birthday, their birthday month, and two months after their birthday.
Conceptually, this is what I think I need to do:
=if ((Day(B15)=1), if(...condition to describe range from 4 months prior to 2 months after...), if(...condition to describe range from 3 months prior to 3 months after...))
This is more complicated than any of the conditional formatting I've done in the past. So I don't even know if I'm on the right track. Can anyone offer any advice?
I appreciate any help,
Shauna