Sick Hours Accrued

Taresa

New Member
Joined
Aug 6, 2021
Messages
6
Office Version
  1. 2019
Platform
  1. Windows
Hello! I need to create a formula that will calculate 1 hour of sick time for every 30 hours that the employee worked, with a running total. So in the spreadsheet that I provided it would be Total Hours/30. They have an annual maximum of 56.00 hours per year, but I can do that manually. As always, thank you very much, you guys have been invaluable helping me!
 

Attachments

  • Example.png
    Example.png
    118.3 KB · Views: 75

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Upvote 0
Possible alternative based on "Total Hours/30"
You can also include the min(56, formula

T202109a.xlsm
ABCDEF
1DateRegular HoursSick Hours AccruedAccruedCumulative accrued
21200404040
31-Jun-216442242
415-Jun-217144244
529-Jun-212945044
613-Jul-215247145
727-Jul-217849247
810-Aug-216551249
924-Aug-212452049
107-Sep-215254150
1121-Sep-213555151
125-Oct-216056253
1319-Oct-214656154
142-Nov-218556256
1516-Nov-213556156
16
1d
Cell Formulas
RangeFormula
E3:E15E3=INT(B3/30)
F3:F15F3=MIN(56,SUM($E$2:E3))
C2:C15C2=MIN(56,INT(SUM($B$1:B2)/30))
 
Upvote 0

Forum statistics

Threads
1,215,475
Messages
6,125,028
Members
449,205
Latest member
Eggy66

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