Distributing 6 Working Days Across Months

FarmAccountant

New Member
Joined
Mar 12, 2011
Messages
5
I have 2 column headings for a beg and end date. I have 12 column headings for all 12 months. I need to type in the beg/end date and then have excel put in the # of working days (6 INCLUDING Saturday) in the related months. I've been able to use one for 5 days, but I NEED 6. Any help would get GREAT! Thanks. Using Excel 2010
 
Last edited:
As you have Excel 2010 you can utilise NETWORKDAYS.INTL function, try this formula in E2 copied across

=MAX(0,NETWORKDAYS.INTL(MAX(E$1,$A2),MIN(EOMONTH(E$1,0),$B2),11))

format cells as 0;; if you don't want zeroes to display
 
Upvote 0

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
As you have Excel 2010 you can utilise NETWORKDAYS.INTL function, try this formula in E2 copied across

=MAX(0,NETWORKDAYS.INTL(MAX(E$1,$A2),MIN(EOMONTH(E$1,0),$B2),11))

format cells as 0;; if you don't want zeroes to display
Thanks, Barry... Now THAT I can explain! (It's going in my formula stash)
 
Upvote 0
As you have Excel 2010 you can utilise NETWORKDAYS.INTL function, try this formula in E2 copied across

=MAX(0,NETWORKDAYS.INTL(MAX(E$1,$A2),MIN(EOMONTH(E$1,0),$B2),11))

format cells as 0;; if you don't want zeroes to display
I'm going to have to get me some Excel 2010...



...but first I need to get a new computer! :mad:
 
Upvote 0
Ron, I LOVE it -- but,,,, how the heck can you write something, without being able to explain it. LOL --- Thanks Very Much -- I still have no idea where i would have ended up going with it... LOL
 
Upvote 0

Forum statistics

Threads
1,215,237
Messages
6,123,803
Members
449,127
Latest member
Cyko

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