Hi everyone,
I am trying to match day and month between two dates, as mentioned below these dates do not have years only Day and month.
for example
B C D
B3 = Start Date C3 = End Date D3= Query Date
14-Mar 15-Apr 13-Apr-1990
Format: (DD,MMM) (DD,MMM) (DD,MM,YYYY)
The date i am trying to match is full date with year value at D3 but the dates in C & D do not have year value.
I want if D3 Date's (Day and Month) fall between B & C's Day and month then it will be = E4 otherwise, "" blank
I hope its clear to understand.
I am trying to match day and month between two dates, as mentioned below these dates do not have years only Day and month.
for example
B C D
B3 = Start Date C3 = End Date D3= Query Date
14-Mar 15-Apr 13-Apr-1990
Format: (DD,MMM) (DD,MMM) (DD,MM,YYYY)
The date i am trying to match is full date with year value at D3 but the dates in C & D do not have year value.
I want if D3 Date's (Day and Month) fall between B & C's Day and month then it will be = E4 otherwise, "" blank
I hope its clear to understand.