Custom week number / Custom Fiscal year

rashid67

New Member
Joined
Oct 22, 2013
Messages
14
Hello,
I am trying to create a custom week number formula where week starts on Saturday and ends Friday. The fiscal year starts from 02/01/2018 and ends on 01/31/2019

** This how i want week number list to start and end.

The three columns, first column shows week number, second showing corresponding start date and third showing end date. All the formulas should be based on year start date and end date (shown above)

Week NoStart dateend date
1
Jan/27/2018

<tbody>
</tbody>
Feb/02/2018
2Feb/03/2018Feb/09/2018
3Feb/10/2018Feb/16/2018
53Jan/26/2019Feb/01/2019

<tbody>
</tbody>

Thanks,

RJ
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
well, you only need formula on the first week start date. the rest can just do +7 days from previous row start date and + 6 on end date.

In the first row, you can do a calc on weekday of year start date. Start Date should be =IF(WEEKDAY(Year_Start_Date)=7,Year_Start_Date,Year_Start_Date-WEEKDAY(Year_Start_Date)). hope that helps.
 
Upvote 0

Forum statistics

Threads
1,215,473
Messages
6,125,020
Members
449,203
Latest member
tungnmqn90

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