Free TemplateUpdated 2026

Free Employee Vacation Tracker 2026

Log leave once as a date range and the rest calculates itself — entitlement, carry-over, days taken, requests still pending and days remaining, per employee. Weekends and public holidays are excluded automatically. Excel and Google Sheets, no email required.

Free download. No email required.

EmployeeAllowanceTakenBookedRemaining% Used
Aisha Khan281251161%
Ben Cooper20601430%
Carla Mendez24184292%
David Osei25901636%
Elena Rossi25491252%

Preview of the template — the download includes formulas and all tabs.

What is inside the workbook

Balances

The tab you will actually live in. Allowance, days taken, days still booked in the future and days remaining — all pulled from the leave log with SUMIFS, so nothing is typed twice. Approved and pending are kept apart on purpose: a balance that ignores booked leave is how people end up over-drawn in December.

Best for: answering “how many days do I have left?” without opening anything else.

EmployeeAllowanceTakenBookedRemaining% Used
Aisha Khan281251161%
Ben Cooper20601430%
Carla Mendez24184292%
David Osei25901636%
Elena Rossi25491252%

Leave log

One row per request: who, what kind of leave, first day off, last day off. NETWORKDAYS counts the working days between them and subtracts anything on the Holidays tab, so a Friday-to-Monday break costs two days rather than four.

Best for: recording requests as they are approved, and keeping an auditable history.

EmployeeTypeFirst DayLast DayWorking DaysStatus
Aisha KhanVacation16 Mar20 Mar5Approved
Ben CooperSick04 Feb05 Feb2Approved
Carla MendezVacation06 Jul17 Jul10Approved
David OseiPersonal11 May11 May1Approved
Elena RossiVacation21 Dec31 Dec7Pending

Year calendar

The same data spread across twelve months so you can see coverage rather than balances. Useful before you approve anything in July — three people already off in the same month is the thing a balance sheet will never tell you.

Best for: spotting clashes and planning cover a quarter ahead.

EmployeeJanFebMarAprMayJunJulAugTotal
Aisha Khan52512
Ben Cooper336
Carla Mendez2421018
David Osei4149
Elena Rossi44

Employees & entitlement

Set up once a year: annual entitlement, days carried over from last year, and the total allowance those two produce. Everything else in the workbook reads from this tab, so a mid-year change to someone's entitlement flows through every balance.

Best for: the January setup, and pro-rata changes for new starters.

EmployeeDepartmentAnnual EntitlementCarried OverTotal Allowance
Aisha KhanOperations25328
Ben CooperSales20020
Carla MendezSupport22224
David OseiOperations20525
Elena RossiFinance25025

How to use this vacation tracker

1

Set the entitlements

On the Employees tab, add each person with their annual entitlement in days and anything carried over from last year. Total allowance calculates itself. Add your public holidays to the Holidays tab so they never count against anyone's leave.

2

Log leave as it is approved

Add a row to the Leave Log: employee, leave type, first day off, last day off. Working days are counted for you. Set Status to "Approved" or "Pending" — the balances count them separately so future bookings are already reserved.

3

Read the balances

The Balances tab updates the moment you save. Sick leave is tracked in its own column and does not reduce the vacation allowance. Use the Year Calendar tab before approving requests to check nobody has booked the same fortnight.

Let your team check their own balance

ClockIt tracks entitlement, accruals and carry-over automatically, and routes every request to the right approver — no shared spreadsheet, no balance out of date.

14‑day free trial • No credit card required • All features included

Why a leave log beats a colour-coded calendar

Most vacation trackers you will find are a wall calendar in spreadsheet form: a grid of days you shade in. They look right and they fail quietly, because a shaded cell is not a number. Somebody still has to count coloured squares to answer the only question anyone ever asks, which is how many days are left.

This template inverts that. The log is the record, the balance is derived, and the calendar is a view built from both. Three things follow from that choice:

The formulas, if you would rather build your own

Every one of these is already in the template. They are here so you can adapt it, or rebuild the same logic in a sheet you already have. All of them work unchanged in Google Sheets. Row 6 is the first data row throughout.

CalculateFormulaWhat it does
Working days in a request=NETWORKDAYS(C6,D6,Holidays!$A$6:$A$45)Counts weekdays inclusive of both dates and drops listed public holidays.
Days taken (approved)=SUMIFS(Log!$E:$E,Log!$A:$A,$A6,Log!$B:$B,"Vacation",Log!$F:$F,"Approved")Totals one person's approved vacation. Swap the status for pending requests.
Total allowance=N(D6)+N(E6)Annual entitlement plus carry-over. N() keeps it at zero rather than erroring on a blank row.
Remaining balance=N(B6)-N(C6)-N(D6)Allowance minus taken minus booked. Pending requests are reserved, not ignored.
Days taken in a given month=SUMIFS(Log!$E:$E,Log!$A:$A,$A6,Log!$C:$C,">="&B$5,Log!$C:$C,"<="&EOMONTH(B$5,0))Bounds the log by month start and end — the Year Calendar tab uses this twelve times.
Pro-rata entitlement for a new starter=ROUND($D$2/12*(13-MONTH(C6)),1)Full-year entitlement scaled by whole months remaining. Round to halves or your policy's unit.

Sheet names are shortened to Log! for readability — the workbook uses 'Leave Log'!.

Vacation tracker vs PTO tracker vs absence tracker

These three get used interchangeably and they answer different questions. Picking the wrong one is why so many teams end up maintaining a spreadsheet that never quite tells them what they need.

TemplateQuestion it answersShape
Vacation trackerHow many days does each person have left?Log of date ranges → derived balance
PTO trackerWho is off on any given day?Day-by-day grid marked with leave codes
Absence trackerIs unplanned absence becoming a problem?Occasions, absence rate, Bradford Factor

If you want the day-by-day view, the PTO tracking template is the one to take. If what you are really chasing is short, frequent absences rather than planned leave, use the employee absence tracker — it calculates absence rate and Bradford Factor, which a vacation balance cannot.

Where a shared vacation spreadsheet runs out

A single file works well for a handful of people and one person maintaining it. It usually breaks for one of three reasons, in this order:

  1. You cannot give someone access to only their own row. Either employees cannot see their balance and have to ask you every time, or they can see — and edit — everybody's.
  2. Approvals live somewhere else. The request arrives by email or chat and the sheet is updated later, if someone remembers. The gap between the two is where double-booked weeks come from.
  3. Accruals are not a once-a-year job. The moment leave accrues monthly, or new starters join mid-year on pro-rata entitlements, the manual entitlement column stops being true within weeks.

ClockIt does the same job without the shared file: each employee sees their own balance, requests go to their manager for approval, and balances update on approval — including monthly accruals, carry-over caps and pro-rata entitlements. It also links leave to attendance and time tracking, so a booked day off and an unexplained absence never look the same in your records.

Vacation tracker FAQs

How do I track employee vacation days in Excel?

The reliable pattern is a log plus a balance, not a calendar you colour in by hand. Record each request as one row with a start and end date, count the working days between them with NETWORKDAYS, then total each person's days with SUMIFS on a separate balances tab. This template is already built that way — you only ever type the request.

What is the formula for remaining vacation days?

Remaining = (annual entitlement + carry-over) − approved days taken − days already booked. In the template that is =N(B6)-N(C6)-N(D6), where the taken and booked figures come from =SUMIFS('Leave Log'!$E:$E,'Leave Log'!$A:$A,$A6,'Leave Log'!$B:$B,"Vacation",'Leave Log'!$F:$F,"Approved"). Subtracting pending requests as well as approved ones is what stops a balance looking healthier than it is.

How do I stop weekends counting as vacation days?

Use NETWORKDAYS rather than subtracting one date from another: =NETWORKDAYS(C6,D6,Holidays!$A$6:$A$45). It counts Monday to Friday inclusive and drops any date listed on the Holidays tab. A Thursday-to-Monday trip then costs two days, which is what the employee expects to see.

Should sick leave come out of the vacation allowance?

Almost never — they are different entitlements and in many places sick leave is separately protected by law. This template logs sick leave the same way but reports it in its own column on the Balances tab, so it is visible without reducing anyone's vacation days. The Leave Types tab controls which types deduct.

How should carry-over be handled?

Enter it once a year, by hand, in the Carried Over column — after your cut-off date and after applying whatever cap your policy sets. Resist the urge to calculate it in the sheet: carry-over is a policy decision with exceptions, and a formula will confidently produce the wrong answer for the one employee whose case is unusual.

What is the difference between this and a PTO tracking template?

A PTO tracker is usually a day-by-day grid you mark up as leave is taken. This one is balance-driven: you log a date range and the days, totals and remaining balance are derived. If you want the grid version, use the PTO tracking template instead — many teams keep both, one for the calendar view and one for the balances.

How many employees does this template handle?

Thirty employee rows and 120 leave requests as shipped, which comfortably covers a year for a small team. Add rows by copying an existing one — the formulas use absolute ranges, so they extend cleanly. Past roughly 30 people a shared spreadsheet starts costing more time than it saves.

Can employees request time off without editing the sheet?

Not in a spreadsheet — that is its real limit. Anyone who can see their balance can also change it, and you cannot give one person edit access to their own row only. ClockIt gives each employee their own balance and a request button, routes it to their manager, and updates the balance on approval. The free plan covers small teams.

Related Free Tools & Templates

More free tools and templates