Learn how to measure and visualize claim severity across your agency’s portfolio. In this lesson, you’ll see how to create a dynamic Excel view that breaks down severe vs. non-severe claims, reveals key loss patterns, and helps you prepare for smarter renewal and carrier discussions.
Download the Excel file used in this tutorial:
This tutorial walks you through how to measure claim severity across your agency’s book of business, determine how many claims exceed a certain threshold, and visualize the results dynamically. By adding a dropdown selector and formulas that update automatically, you’ll be able to analyze severe vs. non-severe claims for any given month.
Use the COUNTIFS() function to count claims that meet all three conditions:
Example:
=COUNTIFS(HasClaimRange, “Yes”, TotalPaidRange, “>=” & SelectedThreshold, MonthRange, MonthCell)
=COUNTIFS(HasClaimRange, “Yes”, MonthRange, MonthCell)
=TotalClaims – SevereClaims
=SevereClaims ÷ TotalClaims
You’ll get:
You now have a dynamic Excel model that calculates claim severity by month, allows for real-time threshold adjustments, and instantly visualizes your data. This tool helps insurance agencies track loss patterns, identify emerging risk trends, and prepare more confidently for renewal conversations with carriers.
Q1. What does claim severity mean in insurance analytics?
Claim severity measures how large or costly your claims are. It helps you identify how many claims exceed certain thresholds (for example, above $1,000 or $2,500) and understand how severe losses impact your overall book of business.
Q2. Why should I track claim severity in Excel?
Tracking claim severity in Excel gives you a clear, visual understanding of your loss patterns. You can monitor which months or lines of business show higher-severity claims and use this insight to guide renewal strategy, underwriting, and carrier negotiations.
Q3. How do I create a claim severity analysis in Excel?
You can build a dropdown to select different claim thresholds, summarize total and severe claims by month, and then visualize the results with a combo chart that shows both counts and percentages. This gives you an instant, interactive view of claim performance.
Q4. Can I use this method for other claim metrics?
Yes. The same approach can be used to analyze claim frequency, loss ratios, or average paid amount, any metric where comparing values across time or categories helps you identify performance trends.
Q5. What’s the best chart for showing claim severity trends?
A stacked column and line combo chart works best. The columns display total vs. severe claims, while the line shows the severity percentage. Adding a secondary axis makes it easier to compare counts and percentages side by side.
Q6. How does claim severity data help with carrier discussions?
By quantifying severe losses and showing that you monitor them closely, you strengthen your position during renewal and pricing discussions. Carriers appreciate agencies that can clearly demonstrate control over their loss ratios and claim behavior.
Q7. Where can I download the sample Excel file?
You can find a download link for the dataset in the video description. If it’s not visible, contact Ryan at questions@databoards.io to request the file directly.