Dear Reader,
I need to have a drop down values with Week start and end date (start date and end date concatenated).
For this week the start date is : 4/10/16 and END Date is 4/16/16
I am using the below formulas to get the week start date and end date for current week.
Start Date: =TODAY()-WEEKDAY((TODAY())+1
END Date: = TODAY()-WEEKDAY((TODAY())+7
And I am using the below formula to concatenate
=TEXT(C33,"mm/dd/yy") & "-" & TEXT(D33,"mm/dd/yy")
Need to have current week and next week start date and end dates in the drop down and the dates need to changes automatically every week?
Please suggest how to achieve this.
Regards,
Naveen n
I need to have a drop down values with Week start and end date (start date and end date concatenated).
For this week the start date is : 4/10/16 and END Date is 4/16/16
I am using the below formulas to get the week start date and end date for current week.
Start Date: =TODAY()-WEEKDAY((TODAY())+1
END Date: = TODAY()-WEEKDAY((TODAY())+7
And I am using the below formula to concatenate
=TEXT(C33,"mm/dd/yy") & "-" & TEXT(D33,"mm/dd/yy")
Need to have current week and next week start date and end dates in the drop down and the dates need to changes automatically every week?
Please suggest how to achieve this.
Regards,
Naveen n