Blog

Construction Site Diary Spreadsheet: A Practical Guide

Learn how to build, run and improve a construction site diary spreadsheet for UK project managers, with fields, formulas, exports and handover tips.

By Spreadsheet Upgrade 15 min read Published 6 Sept 2026

At 17:00, the site manager has photos of the concrete pour on a phone, rainfall noted on a clipboard, delivery details in a WhatsApp thread, and an Excel file waiting in the cabin. The workbook still contains yesterday's entry, the office wants an update before the commercial meeting, and someone has to reconstruct what happened before the record is closed.

That gap between observation, capture, handover and filing is where a construction site diary spreadsheet either earns its keep or becomes a liability. Site diaries have long provided a contemporaneous record of labour, materials, plant, weather, deliveries, incidents and progress, supporting cost control, productivity measurement and dispute resolution. The underlying construction record system also connects daily reports and labour records with productivity measures such as person-hours per unit of completed work, as explained in the U.S. Bureau of Labor Statistics overview of construction labour productivity.

The Daily Handover Problem on UK Construction Sites

A site diary isn't just a place to write what happened. It's the point where a physical day on site becomes a record that the project manager, quantity surveyor and client team can use later.

The site manager might remember that rain stopped external works before lunch, while the foreman remembers a missing delivery and the engineer remembers that an instruction changed the sequence. The photos may show the result, but not the exact time, location or person who recorded the event. By the time those fragments are brought together, the diary entry has become a reconstruction rather than a clean same-day account.

That distinction matters when the project faces a delay discussion, extension of time claim, insurance query or final-account disagreement. A useful diary records what was built, who was present, what plant was used, what arrived, what instructions were received and what prevented planned work. The construction daily report guidance from Mastt groups the basic record around the day or shift, weather, work carried out, labour, plant, deliveries and delays.

Practical rule: If a fact matters to tomorrow's handover, capture it at the point of observation, not during the next morning's administration.

A workbook can support that process, but only if the team treats it as a controlled operational record rather than a blank form. The construction handover checklist example is useful for thinking about that transfer from site knowledge to office-ready information. The office shouldn't have to search a phone, a clipboard and several file folders to understand one working day.

The record also needs to survive staff changes. A project manager opening the file later should be able to identify the date, location, author, evidence and consequence without asking the original site manager to explain shorthand that nobody else understands.

Essential Fields and Layout for a Construction Site Diary Spreadsheet

Build the workbook around one dated entry per day per project, not an open-ended notes sheet. Start with fixed identifiers such as Date, Day, Project, Plot or Zone and Weather. Add the operational fields that explain resources, progress and disruption.

The recommended layout below is deliberately practical. Each column should answer a question someone may ask during the weekly review or years after completion.

Column Purpose Evidence value
Date and Day Anchors the entry chronologically Establishes when the event occurred
Project, Plot or Zone Identifies the work location Prevents entries being confused across areas
Weather Records conditions affecting work Supports a clear chronology for weather-related disruption
Headcount by Trade Shows who was available Supports labour and productivity analysis
Plant on Site Records equipment presence and use Links output or delay to available resources
Deliveries Captures materials, timing and exceptions Helps explain sequencing or supply disruption
Visitors Records attendance and purpose Creates an auditable presence record
Instructions Received Logs directions and clarifications Preserves the history of decisions
Variations Records emerging changes Connects site events with commercial review
Delays States what slowed or stopped work Makes cause and effect easier to assess
Work Completed Describes measured output Gives the record more value than “ongoing”
Narrative Adds context that structured fields cannot hold Preserves relevant detail without replacing the core fields
Photo References Links evidence to the entry Lets the reader locate supporting images
Document Links Connects drawings, instructions or delivery records Keeps related evidence retrievable

The construction daily reporting guidance from Support Construction also highlights weather, manpower, site conditions, progress photos and issues. Record temperature and conditions where they matter, note hours worked and overtime, and give photos their own section rather than burying them in a narrative cell.

Keep the row readable and the evidence retrievable

Freeze the header row. Turn the main range into an Excel Table so new entries inherit formatting, formulas and validation. Use dedicated columns for photo references and document links. A pasted phone path is not evidence unless another person can open it later.

For work completed, prefer measured descriptions such as metres installed, areas completed or units placed where the project uses those measures. “Works ongoing” tells the office very little. A dated output gives the reader something to compare with labour, plant, weather and delay information.

Keep instructions and variations separate from general narrative. A verbal direction can be noted in the diary, but it should also carry a reference, owner and follow-up status if it may affect scope, cost or programme. The site diary field guidance from Gather stresses structured entries, measured outputs, attached photos and author attribution because those controls make the record easier to retrieve and harder to dispute.

Where the Spreadsheet Starts to Cost More Than It Saves

Excel looks inexpensive because the licence is already on someone's laptop. The cost sits in the control work around the file.

Every weekday, a person reopens the workbook, reads yesterday's paper notes or messages, re-enters information, checks formulas and sends a copy to the QS. Every week, someone consolidates the diary for the progress meeting. Every month, someone rebuilds a pivot or repairs a range that stopped expanding. At year end, the file is renamed, placed in a project folder and often forgotten until a claim brings it back into view.

The failure isn't usually one dramatic mistake. It's the accumulation of small administration tasks:

  • Re-entry: Site observations are typed again from notebooks, phones and messages.
  • Reconciliation: The office checks whether the photo folder, delivery record and diary describe the same event.
  • Version control: Staff compare files with names such as “Final”, “Final 2” and “Final latest”.
  • Formula maintenance: A new column or pasted row breaks a calculation.
  • Late-entry chasing: The project manager has to remind the site team to complete yesterday's record.
  • Archive preparation: Someone must export, index and store the final record in a form that remains usable.

Use the Spreadsheet Cost Calculator to make that control burden visible rather than comparing only software prices.

A five-step infographic showing the inefficient cycle of manual spreadsheet work and its hidden labour costs.

A useful benchmark comes from digital reporting research covered in industry reporting. On a 90-day Electrical and Instrumentation project, manual reporting averaged 135 minutes per report, compared with 50 minutes for digital or automated reporting, a reduction of 62.96%. Reported accuracy also rose from 72.2% to 95.6%, according to the RICS construction productivity report coverage. Those figures don't prove that every project needs an application, but they do show why repeated reporting administration deserves measurement.

Watch the short explanation below alongside your own diary process. The important question is not whether Excel can hold the fields. It can. The question is whether the team can keep the record complete, current and defensible without assigning hidden administration to the site manager or office team.

Sample Templates, Useful Formulas and Automations

Excel can still work well when the workflow is controlled, the number of contributors is manageable and the team understands its limits. Choose the workbook pattern to match the record rather than forcing every project into one oversized file.

Pattern Best for Main limitation
Single-sheet daily log A short, straightforward site record Becomes unwieldy as evidence and projects accumulate
Per-week tabs with KPI dashboard Teams reviewing the diary weekly Consolidation can become manual
Multi-site register by project code Several sites sharing one reporting model Needs disciplined codes, permissions and ownership

A single-sheet log

Create an Excel Table named tblDiary. Use columns for Date, ProjectCode, Trade, LabourHours, WeatherCode, DelayFlag and ProgressStatus. A controlled weather list might use D, R, W, S and F, with the team defining each code in a visible legend. For progress, use a validation list containing Not Started, In Progress, Complete and Snagging.

To count weather-delay days for a particular trade, use:

=COUNTIFS(tblDiary[Trade],A2,tblDiary[WeatherCode],"R",tblDiary[DelayFlag],"Yes")

To total labour hours for a subcontractor or trade:

=SUMIFS(tblDiary[LabourHours],tblDiary[Trade],A2)

These formulas only help if the source fields are entered consistently. Data validation prevents In progress, In Progress and Started becoming separate categories.

Weekly tabs and reporting

If the site team prefers weekly tabs, give each tab the same Table structure. Add a dashboard sheet that reads from a consolidated output rather than trying to calculate directly across a changing collection of ranges.

Use NETWORKDAYS to count working days between two dates:

=NETWORKDAYS(StartDate,EndDate,Holidays)

For a drawing or document register, wrap the lookup so a missing reference is visible without producing an alarming error:

=IFERROR(VLOOKUP([@DrawingRef],tblDrawings,4,FALSE),"Reference not found")

Use named ranges for lists and configuration values. Table references are safer than fixed ranges because inserted rows remain within the calculation structure.

Consolidation and light automation

Power Query can combine identically structured weekly Tables into one reporting table. The process is simple: load each Table, standardise the column names, append the queries, set data types, remove blank records and load the result for a pivot table. Refreshing that query gives the office a repeatable monthly view without copying rows by hand.

For date stamping, an Office Script or VBA procedure can write the current date and time when a user starts an entry. Protect the formula columns, keep the script controlled by the workbook owner and make clear whether the stamp records creation or last edit. Automation should preserve the audit trail, not hide it.

Mobile Capture, Sharing and Report Generation

A construction site diary spreadsheet should move with the record. Store the master workbook in SharePoint or OneDrive, use the Excel mobile app for straightforward entry, and let the office work from the same controlled file. The desktop sync client can keep the workbook available on laptops, but the team still needs a clear rule about who owns each row.

Convert the diary range into an Excel Table before anyone starts using it on a phone. Structured references are more dependable when the mobile user adds a row, and formulas or validation rules are easier to maintain than a loose range copied across weekly tabs.

Control simultaneous editing

Version history won't prevent two people editing the same row at 16:55. It may help recover an earlier value, but it won't decide which observation was correct.

Assign one named owner to each shift or diary row. Other contributors can add comments, send evidence to that owner or complete a separate input area. The owner then resolves the information into the master record. That small governance decision is more valuable than giving everyone unrestricted editing access.

Operational rule: Shared access is not the same as shared accountability.

For the weekly client report, filter the diary by date and project, then use Save As PDF to create a stable snapshot. Keep the filtered view, the export date and the author visible in the document. For recurring reporting, refresh Power Query into a Word or PowerPoint template using mail merge fields, or use a saved pivot table for a one-page monthly progress summary.

The case for mobile access in operational workflows is strongest at the handover point. The site manager shouldn't have to wait until returning to a desk before recording a delivery, delay or photo reference. Mobile capture is useful, but it doesn't remove the need for ownership, validation and a reliable archive.

Common Pitfalls and How to Reduce Them

Rank diary failures by consequence, not by how often they occur. A missing weather code on a quiet Friday may be corrected. A missing instruction, deleted photo set or overwritten entry can damage the record much more seriously.

High-severity failures

  • Missing critical site data: If the diary doesn't record what happened, later readers can't recover it from a formula.
  • Unlinked evidence: Photos stored only on a personal phone or as local file paths may disappear from the project record.
  • Uncontrolled overwriting: Two editors can replace each other's observations without a clear audit trail.

A chart detailing common construction reporting pitfalls categorized by high, medium, and low severity levels.

Structural workbook faults

Hard-coded ranges break when a new column or row is inserted. Formula cells get pasted over. A copied workbook becomes the new master before anyone notices that the previous version contained different entries. These aren't cosmetic defects. They weaken continuity between the observation, the person who entered it and the final report.

Retention deserves equal attention. UK construction record guidance recommends retaining site diaries and daily reports for 12 years from practical completion for deed contracts, with a safer recommendation of 15 years, and advises open archival formats such as PDF/A, version control, metadata and tested backups in the site diary retention guidance from Gather. A spreadsheet file alone isn't a dependable archive.

Before changing platforms, strengthen the workbook:

  • Use Excel Tables and named ranges: Keep formulas stable as entries grow.
  • Make key fields mandatory: Apply data validation to weather, status and project codes.
  • Snapshot regularly: Export a dated PDF to an immutable folder.
  • Preserve evidence links: Store photos and documents in a controlled shared location.
  • Name one master owner: Let others contribute, but don't allow competing masters.

When a Managed Web App Becomes the Better Fit

A refined spreadsheet is the right answer when one controlled process can keep the record complete and the evidence accessible. A managed web app becomes stronger when continuity depends on controls that Excel wasn't designed to provide.

Look for these trigger points:

Trigger condition Spreadsheet impact Managed web app outcome
More than three concurrent sites Multiple files and inconsistent structures One controlled record across sites
Several people editing at once Conflicting rows and unclear ownership Individual logins and role-based permissions
Photos must link directly to diary rows Folder paths and manual matching Evidence attached to the relevant entry
Retention extends beyond six years Manual export and archive administration Designed retention, search and controlled access
Payroll or plant integration is needed Repeated imports and reconciliation Approved connections and automated data movement
Audit-grade access logs are required Version history may not answer every question User-level activity and permission records

The benchmark should be the actual operating environment, not a generic preference for newer software. On a typical 18-month UK project, ask how quickly a new project manager can retrieve one daily entry, identify its author, open its photos and understand what changed afterwards. If the answer depends on a former employee's folder structure or a chain of emails, the workbook has already exceeded its practical design.

A managed application means the supplier hosts, maintains and supports the system. It should include controlled updates, backups, security maintenance and a defined support arrangement. That is different from buying a blank tool and leaving the construction team to design its own database.

The decision is not “Excel versus technology”. It is reconstructed evidence versus continuous evidence. If the daily record must support multiple sites, concurrent capture, linked photos, permissions and long-term retrieval, a managed custom web application is usually the more dependable operating model.

Choosing Your Next Step and What a Fit Check Covers

Use five questions to make the decision today:

  1. How many active sites need a diary?
  2. How many people must enter or review records at the same time?
  3. How long must the evidence remain usable?
  4. Which payroll, plant or reporting connections are required?
  5. What level of audit exposure would make an overwritten row unacceptable?

Stay with a hardened workbook if one named owner can control the master, contributors can hand over information consistently, evidence links remain live and the archive process is tested. Start a Free Fit Check when the answers point to several sites, concurrent editing, linked evidence, long retention or formal audit requirements.

A fit check should map the current diary process, users, handovers, fields, evidence and failure points. It can then compare that workflow with a managed web app reference design and produce a written recommendation. The point isn't to force a platform change. It's to choose the record system that will still be understandable and defensible when someone retrieves a daily entry three years after the work was completed.


Spreadsheet Upgrade converts business-critical Excel workflows into fully managed custom web applications, with the structured assessment, build, hosting and ongoing support handled by one team. If your construction site diary spreadsheet is losing continuity between site capture, office handover and long-term retrieval, visit Spreadsheet Upgrade and start a Free Fit Check.

Ready to look at your own process?

Start with a £295 Spreadsheet Assessment

We review the spreadsheet and the work around it, then define what should stay in Excel, what should change and what a sensible first app release would include.

Book the assessment

A human development team is included

You bring the workflow. We handle the software.

Your plan includes people who learn how your business works, design and build the app, check the important details and support it after launch. You are not left to configure a builder or make technical decisions alone.

You are buying a finished app, not a software-building tool

We agree the calculations, access, wording and workflow with you, then take responsibility for turning that into working software.

Human-led delivery Custom to your workflow Support after launch

Your development team

We turn your spreadsheet process into a real app. You explain the work; we handle the design, build and technical choices.

Built around the real process

Screens, calculations, approvals and terminology are shaped around how your business actually works, not forced into a generic template.

Checked before people rely on it

Important rules, access and workflows are reviewed with you and tested before launch instead of assuming a generated first pass is correct.

The same team stays with you

Managed plans include hosting, backups, maintenance, security fixes and ongoing support from people who understand the app they built.

Your spreadsheet, your workflow

Get a clear plan before committing to a build

The £295 Spreadsheet Assessment is the planning step. We review how the file is used, the people and hand-offs around it, the important rules and data, and the practical options for replacing or improving the process.

If you go ahead with a build, the full assessment price is credited before VAT.