Find Week start and End Date from any sepecific date of week required in Excel and MS Access.

ashfaqahmedr

New Member
Joined
Oct 4, 2018
Messages
8
Hi Everyone,

I want week start date (Thursday) and week end date (Wednesday) from current selected month, I have tried to find First date of week by this formula
"=MIN(C3-WEEKDAY(C3,14)+1,EOMONTH(C3,0))" and Week End Date by Formula "=MIN(C3+(7-WEEKDAY(C3,14)+0), EOMONTH(C3, 0))".

Formula to find last date of week work fine, but I found problem in week start date. I want to make 1st date of week as start of new week instead of going back to last month first date of week.



Here is all formulas with detail.

Current Fomula
Date For FormulaStart DateEnd Date
Start Day

End Day
02/10/201827/09/201803/10/2018ThursdayWednesday
06/10/201804/10/201810/10/2018ThursdayWednesday
15/10/201811/10/201817/10/2018ThursdayWednesday
24/10/201818/10/201824/10/2018ThursdayWednesday
28/10/201825/10/201831/10/2018ThursdayWednesday
Week Start Date Formula
=MIN(C3-WEEKDAY(C3,14)+1,EOMONTH(C3,0))

Week End Date Formula=MIN(C3+(7-WEEKDAY(C3,14)+0), EOMONTH(C3, 0))
Required format for Formula

Start Date
End Date
Start Day
End Day
01/10/2018 03/10/2018
MondayWednesday
04/10/201810/10/2018ThursdayWednesday
11/10/201817/10/2018ThursdayWednesday
18/10/201824/10/2018ThursdayWednesday
25/10/201831/10/2018ThursdayWednesday

<colgroup><col style="mso-width-source:userset;mso-width-alt:2742;width:56pt" width="75"> <col style="width:48pt" width="64"> <col style="mso-width-source:userset;mso-width-alt:3401;width:70pt" width="93"> <col style="mso-width-source:userset;mso-width-alt:2889;width:59pt" width="79"> <col style="mso-width-source:userset;mso-width-alt:3254;width:67pt" width="89"> <col style="mso-width-source:userset;mso-width-alt:4059;width:83pt" width="111"> </colgroup><tbody>
</tbody>
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Week Start Formula: =(Date)-(WEEKDAY(Date,15))
Week End Formula: =WeekStart +6
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top