Learn how to see which lead sources are driving solid long term customers and which ones are more likely to cancel or lapse. In this lesson, you will compare cancel and lapse rates by lead source in Excel, highlight above or below average performance, and build a clear chart you can share with your team to guide smarter marketing and acquisition decisions.
Download the Excel file used in this tutorial:
This tutorial shows how to calculate canceled and lapsed policy rates by lead source in Excel. Once you know these rates, you can connect them with Lifetime Value (LTV) and Acquisition Cost (CPA) to determine how much you can spend to acquire a new customer from each channel.
You’ll now count how many Active, Lapsed, and Canceled policies each lead source has.
Use the COUNTIFS() function with two criteria:
Structure:
=COUNTIFS(LeadSourceRange, LeadSourceCell, PolicyStatusRange, StatusCell)
To make your formulas work when dragged across and down:
Use $ signs to control what stays fixed:
Once you have counts for each status, calculate the cancel and lapse rate for each lead source.
Formula:
=(Lapsed + Canceled) ÷ (Active + Lapsed + Canceled)
To find the overall benchmark:
=(Σ Lapsed + Σ Canceled) ÷ (Σ Active + Σ Lapsed + Σ Canceled)
You now have a table with:
To visualize:
This makes the small percentage values visible next to larger count values.
The result is a professional chart showing:
This is critical for deciding where to focus your marketing and retention efforts.
Q1. What are cancel and lapse rates in insurance analytics?
Cancel and lapse rates show the percentage of policies that are either canceled midterm or allowed to lapse instead of renewing. These metrics help you understand the quality of your business and how well you are retaining customers over time.
Q2. Why should I analyze cancel and lapse rates by lead source?
When you break cancel and lapse rates down by lead source, you can see which channels bring in loyal, long term clients and which channels tend to produce short lived policies. That insight helps you decide where to increase spend and where to cut back.
Q3. How does this analysis help with customer acquisition cost and lifetime value?
If you know how often policies from each lead source cancel or lapse, you can estimate the lifetime value of those customers. That makes it much easier to set a realistic customer acquisition cost and avoid overpaying for low quality leads.
Q4. Can I build this cancel and lapse view into my Excel dashboard?
Yes. Once you have your counts and rates by lead source, you can plug them into an Excel dashboard and use charts to compare performance. This works well alongside other insurance KPIs, such as written premium, retention, or renewal rate.
Q5. What is the benefit of using a combo chart with a secondary axis?
A combo chart with a secondary axis lets you show cancel and lapse rates as a line while keeping policy counts as columns. This makes it easy to see both the volume of business and the quality of that business in a single visual.
Q6. Can I reuse this approach for other KPIs like renewal or retention rates?
Absolutely. The same structure can be used to compare renewal rate, retention rate, or even claim frequency by lead source. Any KPI that varies by channel can be broken out in this way to guide better marketing and sales decisions.