Count Work Week Number from a Beginning Start Date

LakeShow

New Member
Joined
Aug 3, 2011
Messages
29
I want to number the weeks from a starting week ending date and not what the actual week number in the year it is. =WEEKNUM() returns the week number of the year. So for instance, week ending 11/9/2019 is the 45th week number in the year. For me 11/9/2019 is the starting week #1 ending date of work on a construction project. Week ending 11/16/2019 is Work Week #2. Week ending 12/14/2019 is Work Week #6, etc.. Trying to figure out how to build out a formula to return this week # rather than the actual week of the year. Any suggestions???
 

Attachments

  • 2020-10-01_9-15-09.jpg
    2020-10-01_9-15-09.jpg
    58.2 KB · Views: 17
  • 2020-10-01_9-21-25.jpg
    2020-10-01_9-21-25.jpg
    193 KB · Views: 16

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
with your date in A1

=INT((A1-DATE(2019,11,9))/7)+1
 
Upvote 0

Forum statistics

Threads
1,215,523
Messages
6,125,318
Members
449,218
Latest member
Excel Master

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