does anyone have a excel spreadsheet that calculates an employees accrued sick leave time based on them accruing 1 hour of sick leave for every 30 hours worked

Kebra Peebles 0 Reputation points
2025-05-04T15:01:21.68+00:00

does anyone have excel spreadsheet that calculates an employees accrued sick leave time based on them accruing 1 hour of sick leave for every 30 hours worked.

Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,897 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Barry Schwarz 3,736 Reputation points
    2025-05-04T18:57:53.9566667+00:00

    sick_leave_accrued = ROUNDDOWN(hours_worked/30,0)

    0 comments No comments

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.