PTO available Balance

Robert Wyatt

Board Regular
Joined
Jul 15, 2012
Messages
84
Office Version
  1. 2019
Platform
  1. Windows
I have a f
PTO Register.xlsm
BCDEFGHIJKLMNOPQR
1Employees Date of HireYears of Service Years Months DaysAnnual Accrual DaysMaximun AccrualAccrual Per HoursAccrual Per Pay PeriodAvaiable PTO HoursYears of ServiceAnnual Accrual DaysMaximum AccrualAccrual Per HoursAccrual Per Pay Period
203/22/2024001010800.0384615381.54-010800.0384615381.54
3112960.0461538461.85
4Balance Forward2151200.0576923082.31
5Accrualed Hours-5201600.0769230773.08
6PTO-10252000.0961538463.85
7Sick-
8Vacation-
9Holiday-
10
11Pay Period #Pay DateHoursPTOSickVacationHolidayAccrual RateBalance
122612/31/2023Balance Forward-
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Sheet1
Cell Formulas
RangeFormula
C2C2=IF(B2="","",DATEDIF(B2,TODAY(),("Y")))
D2D2=IF(B2="","",DATEDIF(B2,TODAY(),("YM")))
E2E2=IF(B2="","",DATEDIF(B2,TODAY(),("MD")))
F2F2=LOOKUP(C2,N2:O6)
G2G2=LOOKUP(C2,N2:N6,P2:P6)
H2H2=LOOKUP(C2,N2:O6/260)
I2I2=LOOKUP(C2,N2:O6,R2:R6)
J2J2=VLOOKUP(J12+100,J12:J64,1)
Q2:Q6Q2=O2/260
R2:R6R2=P2/52
G5G5=SUM(H13:H38)
G6G6=SUM(E12:E38)
G7G7=SUM(F12:F38)
G8G8=SUM(G12:G38)
G9G9=SUM(H13:H38)
J12J12=SUM(G4)
I13I13=IF(D13="","",LOOKUP($C$2,$N$2:O6/260*D13))
J13J13=IF(D13="","",IF(AND(ISBLANK(B13:H13)),"-",IF(J12+I13-D13-E13-F13-G13-H13<$G$2,J12+I13-D13-E13-F13-G13-H13,)))
ormula in the PTO balance Colum J13 it was working, but for some unknow reason it quit. Could some one look at it and see where I missed up. I for got to add 40 hrs so it would show to #value error.
 
Last edited:
There are two things you can do to help debug your formulas (i am unsure if you did this or not).
One is to use the formula evaluate tool: Select Formulas from the menu, then in the formula auditing section click on Evaluate Formula. You can click through the dialog box to see how each expression in your formula is evaluated.
The second is to use the F9 function key inside the formula. Highlight an expression (say: A2+B2) and click F9, it will give you the calculation for that expression. (But you need to be careful with this and click ESC key or the newly calculated value will get inserted into your formula).
In some version, just hovering over the highlighted expression will give you the calculation.
Yes, I used the formula evaluate tool and I found where my mistake was. and for the second one I had no idea about it. But I do have the program up and running now and it works great. thanks the subjections. I have already marked as solitons from mark telling me how to fix the problem. Thanks again.
 
Upvote 0

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,215,201
Messages
6,123,621
Members
449,109
Latest member
Sebas8956

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