Divide Current Month into 5 weeks, Week starting Friday and ending Thursday.

sandeepmahajan

New Member
Joined
Jan 4, 2017
Messages
1
Hi All,

Im trying to create a dashboard with clustered column graphs, displaying weekly data from monthly sheet. My week starts on Friday and ends on Thursday. Im using this formula to divide month into weeks:
=CONCATENATE("WEEK ",IF(WEEKNUM(D9+2,1)=1,1,((WEEKNUM(D9+2,1)-WEEKNUM(DATE(YEAR(D9),MONTH(D9),1),1)+1))))

So for month of Jan 2017, week 1 will be : 30 Dec 2016-05 Jan 2017. and week 5 will be 27 Jan 2017-02 Feb 2017.

I save each monthly data in monthly folders. So what i want is, get week 1 data from previous month file folder and current month file, friday to thursday. and week 5 data from current month file and next month file folder. This will change for each month automatically.
Please if anyone can help me with any ideas how can i do that?

Thanks in Advance.

Regards.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,215,063
Messages
6,122,934
Members
449,094
Latest member
teemeren

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