Excel Timesheet Templates
Every timesheet in the library as a working spreadsheet — not a grid that happens to open in Excel, but formulas that total each day from clock times, split regular from overtime, and turn an hourly rate into gross pay while you type. No macros, no locked cells, no upgrade nag. Download the .xlsx, or send any of them straight to Google Sheets.
Six spreadsheets, all self-calculating.
The three formulas doing the work.
Nothing exotic — which is why these files open anywhere. Daily hours are(lunch start − in + out − lunch end) × 24with a modular wrap for shifts past midnight. The overtime split isMIN(total, 40)andMAX(total − 40, 0). Pay is those two numbers against your rate, overtime at 1.5×.
Cells stay blank — not zero — until a row has both an in and an out time, so a half-filled week never shows misleading totals. And because none of it is protected, you can extend any sheet: add a job-code column, reformat the header, change the overtime multiplier if your policy is more generous than the law.






