Calculate holidays between two dates

mrdzyyyrawr

New Member
Joined
Apr 16, 2018
Messages
9
Hi,

I use the following formula to calculate how many days off an employee has over a month. Where J Column is a drop down option with DAY OFF, HALF DAY etc & B Column is how much each day is worth. For example a saturday is worth 0.5 and a weekday is worth 1.

=SUMIF(J192:J218,"Day Off",B192:B218)+SUMIF(J192:J218,"Half Day",B192:B218)/2+SUMIF(J192:J218,"Other Duties",B192:B218)

I need this exact formula but to only calculate between 2 dates.

Any help would be greatly appreciated.

Thank.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
In order to alter the formula to look at dates also, you would need a column of dates to reference within the formula.
Do you happen to have a column of the dates...?

Then you would also like a couple of cells to put the beginning date and ending date. ( Usually located near the top of the page near your output cell where the formula will go...)
 
Upvote 0

Forum statistics

Threads
1,215,035
Messages
6,122,791
Members
449,095
Latest member
m_smith_solihull

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