Calculate Days Worked and Days Off

EBoudreau

Board Regular
Joined
Aug 21, 2015
Messages
153
I’m interested in a few formulas to calculate total number of days worked and days off in a calendar year, and each month based on known values.

For example:

Employee Day Rate: $500/day
If they work a schedule that is 3 days on and 4 days off that repeats itself for a year, I would like to be able to calculate how many days worked each month and year that would be, and the gross $ made, with the ability to change the day rate and days on and off to see how those schedule changes compare.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Something like:

=NETWORKDAYS.INTL(DATE(2020,1,1),DATE(2020,1,31),"0001111")

Where the "0001111" represents the week starting on a monday. 0 means workday and 1 means day off so in this example working Mon-Wed and having Thurs-Sun off. You will need something more complex if your 3 days on and 4 days off doesnt sum to 7 days but this will work for scenario you ask for.
 
Upvote 0
Solution

Forum statistics

Threads
1,214,585
Messages
6,120,394
Members
448,957
Latest member
Hat4Life

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