Sick Time Accrual Formula

KristiGohs81

New Member
Joined
Dec 30, 2020
Messages
5
Office Version
  1. 2016
Platform
  1. Windows
Hi Everyone!

I am looking to create a formula that will calculate the paid sick time. I have created a spread sheet that has each pay week, employee and the hours they worked for that week. I would like it to automatically calculate how many hours the employee has earned. (For every 30 hours they earn 1 hour paid sick leave). Can anyone help me out with this?

THANKS IN ADVANCE!!!

1609440333179.png
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
How about
Excel Formula:
=ROUNDDOWN(SUM(C2:BB2)/30,0)
 
Upvote 0
Hello Kristigohs81,
put this formula in the cell BC2.
=(SUM(C2:BB2)-MOD(SUM(C2:BB2),30))/30*$BE$2+MOD(SUM(C2:BB2),30)/3
Put in the cell BE2 hourly price.
 
Upvote 0

Forum statistics

Threads
1,215,231
Messages
6,123,756
Members
449,120
Latest member
Aa2

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