PTO Accrual Formula

leolagoon94

New Member
Joined
Sep 6, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello,

Newbie to Excel formulas. I only know the basics such as =sum and =count. Wanted to know if there was a formula to auto calculate accruals for our PTO spreadsheet instead of constantly typing out the accrual for every employee. Staffing agency so have over 500 employees. Our basic PTO package is 40 hours with a 3.33 monthly accrual rate after reaching 6 months of employment. Higher ups or direct employees could have more as shown in the spreadsheet below. The two examples below are our long-term employees so they have been accruing since January of 2024. Any advice would be greatly appreciated!!

1725651843512.png
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Hi. Is it important to know what PTO means?
 
Upvote 0
Assuming your month names are just text, this should work for you.
I made it so that it only accrues on the day of the month that matches the eligibility date. See for example rows 8 and 9.

Book1
DEFGHIJKLMNOPQRS
5Eligibility dateAcrrual ratePTO TotalPTO PossibleJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
61/01/20246.6680806.666.666.666.666.666.666.666.666.66   
71/01/20243.3340403.333.333.333.333.333.333.333.333.33   
815/01/20243.3340403.333.333.333.333.333.333.333.33    
Sheet1
Cell Formulas
RangeFormula
H6:S8H6=LET(cd,DATE(YEAR($D6),MONTH("1"&H$5),DAY($D6)),IF(TODAY()>=cd,$E6,""))
 
Upvote 0

Forum statistics

Threads
1,221,508
Messages
6,160,222
Members
451,631
Latest member
coffiajoseph

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