Excel spreadsheet "Earned Sick Time Earned" formula help needed

Accounting 20 Reputation points
2025-02-17T15:50:42.9+00:00

Hello,

I am a beginner at Excel. I am trying to create a spreadsheet to track Sick Time Earned. 

1 hour earned for 30 hours worked. I need help completing this spreadsheet. What formula can I use to automatically calculate for column G and H (sick time used and sick time available)? 

THANK YOU...Screenshot 2025-02-17 at 10.39.52 AM

Screenshot 2025-02-17 at 3.27.01 PM

Windows for business | Windows 365 Business
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Microsoft 365 and Office | Excel | For business | Windows
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Barry Schwarz 3,746 Reputation points
    2025-02-18T22:42:40.67+00:00

    There is no formula for sick time used in column G. You have to enter the time as it is used.

    Sick time available can be calculated as the difference between the time accrued and the total amount previously taken. In H4, enter the formula =F4-SUM(G$4:G4). Then copy this cell to H5 through the bottom of your data. This will cause the reference to F4 to access the current row's data and the sum function to calculate the total number hours used to date. For example, cell H5 will contain =F5-SUM(G$4:G5).

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.