How to Track TRIR in Excel and
Spot Safety Risks Over Time

Learn how to measure Total Recordable Incident Rate (TRIR) in Excel so you can monitor workplace safety more effectively. In this lesson, you’ll see how to organize incident and hours-worked data, evaluate safety performance over time, and build a clear chart that highlights trends, benchmarks, and potential red flags.

Download the Excel file used in this tutorial:

How to Calculate Total Recordable Incident Rate (TRIR) in Excel

1. Set up the summary table

  • Start by creating a clean reporting area for the monthly analysis.
  • Add columns for:
    • Month
    • Hours Worked
    • Total Incidents
    • TRIR
    • 1 Year Rolling TRIR
    • Claim Cost
    • Target
  • Keep the layout simple so the calculations and chart can be built from one place.

2. Create a unique list of months

  • Use the UNIQUE function to pull a distinct list of recorded months from the dataset.
  • This gives you one row per month for the summary table.
  • If the month field is already formatted correctly in the source data, the month list will carry over cleanly.

3. Summarize total hours worked by month

  • Use SUMIFS to total all hours worked for each month in the summary table.
  • The function matches each month in the summary area to the month field in the source data.
  • Copy the formula down so each month shows its full total hours worked.

4. Summarize total recordable incidents by month

  • Use SUMIFS again to total recordable incidents for each month.
  • This uses the recordable incident field as the value being summed and the month as the matching condition.
  • Copy the formula down through the full monthly list.

5. Calculate the monthly TRIR score

  • Build the monthly score using the monthly incident total and the monthly hours worked total.
  • Copy the calculation down so every month has its own TRIR value.
  • This creates the month-by-month trend before smoothing the results.

6. Add the 1-year rolling TRIR calculation

  • Create a new column called something like 1 Year Rolling TRIR.
  • Once you reach the twelfth month, calculate the rolling result using:
    • the total incidents across the last 12 months
    • the total hours worked across the last 12 months
  • Use the SUM function to total both 12-month ranges.
  • Then continue copying the rolling calculation downward so each new row reflects the most recent 12-month period.
  • This helps smooth large month-to-month swings.

7. Add monthly claim cost

  • Use SUMIFS to total claim cost by month.
  • This is not required to calculate TRIR, but it adds extra visibility to the report.
  • If the source data is stored in an Excel Table, you can reference the table columns directly, which makes the formula setup cleaner and easier to manage.

8. Add the benchmark or target line

  • Create a Target column and enter the benchmark value in the first row.
  • Then link each row below to the cell above so the same target repeats all the way down.
  • This creates a consistent benchmark line that will update automatically in the chart.

9. Format the summary table

  • Apply consistent number formatting to each column.
  • Keep hours worked as whole numbers or standard numeric values.
  • Format claim cost as currency.
  • Format the benchmark and rolling values consistently so the chart reads clearly.
  • Adjust column widths so the table is easier to review.

10. Build the combo chart

  • Highlight the Month column, Hours Worked, 1 Year Rolling TRIR, and Target.
  • Hold Ctrl while selecting non-adjacent columns if needed.
  • Go to Insert and choose a Combo Chart.
  • Set:
    • Hours Worked as a column series
    • 1 Year Rolling TRIR as a line series
    • Target as a line series
  • Put the rolling TRIR and Target on the secondary axis so they are not compressed by the larger Hours Worked values.

11. Adjust the target scale if needed

  • Make sure the target is entered as the correct numeric value rather than as a percent if that causes the chart scale to display incorrectly.
  • Match the formatting between the rolling TRIR line and the target line so they can be compared clearly.
  • This makes it easier to see when performance stays above or below the benchmark.

12. Clean up the chart formatting

  • Rename the chart to reflect the KPI clearly.
  • Adjust line thickness, colors, or dash style to make the benchmark easier to see.
  • Change label formatting if needed to improve readability.
  • You can also update the column and line colors to better match the rest of the dashboard.

13. Review the final output

  • The columns show total hours worked by month.
  • The rolling line shows the smoothed 12-month trend.
  • The benchmark line shows whether the business is performing above or below target.
  • Together, this creates a clear monthly TRIR view that is easier to interpret than raw incident counts alone.

Tracking Total Recordable Incident Rate (TRIR) in Excel

Q1. What is Total Recordable Incident Rate (TRIR)?
TRIR is a workplace safety KPI that measures the number of recordable incidents relative to hours worked. It helps companies evaluate safety performance in a standardized way so leadership can compare results across months, seasons, and workload levels.

Q2. Why is TRIR important for HR and safety reporting?
TRIR gives HR and operations leaders a clearer view of workplace risk than incident counts alone. By standardizing incidents against exposure, it becomes easier to identify patterns, monitor safety performance, and determine when corrective action may be needed.

Q3. How do I track TRIR in Excel step by step?
You can organize your data by month, summarize total hours worked and recordable incidents, and then calculate monthly TRIR values. From there, you can create a visual chart that shows trends over time, compares performance to a benchmark, and makes safety issues easier to spot.

Q4. Why would I use a rolling TRIR instead of only monthly results?
A rolling TRIR helps smooth out sudden spikes and low-volume months, which is especially useful for smaller companies. It gives you a more stable view of safety performance over time and makes long-term trends easier to interpret.

Q5. What should I do if my TRIR is consistently above benchmark?
If your TRIR stays above benchmark, that’s a signal to investigate what may be driving incidents. You may need to review training, jobsite conditions, equipment use, workload pressure, or reporting practices to understand why the rate is elevated.

Q6. Can this same Excel dashboard approach be used for other safety KPIs?
Yes. The same Excel dashboard setup can be used for safety metrics such as incident count, claim cost, lost-time incidents, near misses, or workers’ compensation trends. It’s a practical way to centralize HR and safety KPI tracking in one report.

Get more lessons like this
by joining our newsletter

Receive weekly Excel tutorials, tips, and KPIs straight to your inbox

Databoards

Analysis & Development