Template for tracking employee vacation, sick and personal time

T

Tttimw

Is anyone familair with an excel spreadsheet, or word document one could use
to track employees vacation, sick and/or personal time?
 
G

Gary Brown

Cell A1: Emp Name/Emp #
Cell B1: Category
Cell C1: Date
Cell D1: Hrs
Cell E1: Month
Cell F1: Day

In Col A, put employee name or employee #
In Col B, put P for personal, S for Sick, V for Vacation
In Col C, put the date time was taken
In Col D, put # of hrs used. 8 for a full day, 4 for a half day, etc
In Col E, formula so you can filter on month
=MONTH(C2)
In Col F, formula so you can watch if the employee likes to take Mondays off
=CHOOSE(MOD(C2,7)+1,"Sat","Sun","Mon","Tue","Wed","Thu","Fri")

Add a filter and/or sumif's for each employee for P,S and V.
--
Hope this helps.
If this post was helpfull, please remember to click on the ''''YES''''
button at the bottom of the screen.
Thanks,
Gary Brown
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top