Holiday Accrual Formula

meir0082

New Member
Joined
Apr 19, 2016
Messages
4
Hi

I need to create a formula which will tell me the amount of accrued holiday employees have. My current spreadsheet is set up as follows:

C2 - Holiday Days Taken
D2 - Annual Entitlement
E2 - Holiday Year Start Date
F2 - Today's Date

If there's anything unnecessary or if I need any other info in there, please let me know!

Thanks so much!
 
try this


Excel 2012
CDEFG
1
2Holiday Days TakenAnnual EntitlementHoliday Year Start DateToday's DateAccrued Holiday
322201/01/201619/04/20165.0
4
5
Sheet2
Cell Formulas
RangeFormula
G3=ROUND((F3-E3)*D3/365,0.5)-C3
 
Upvote 0
(F3-E3) is the total days worked this year.

*D3/365 to work out the pro-rata of days entitled.

round() function to round it to 0.5 day (that can be changed to 1, or .25 as needed)

and minus days already taken (C2) gives the accured days.

hope that help
 
Upvote 0

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