Learn how to build a dynamic Excel dashboard that shows average commission rates by carrier and product line. In this lesson, you’ll see how to organize your data, add interactive dropdowns, and make your charts automatically update as you explore different categories.
Download the Excel file used in this tutorial:
This walkthrough shows how to calculate average commission rates by carrier and month for a selected product line, build dynamic dropdowns, and connect everything to an updating chart in Excel.
This row of carriers will become your column headers in the commission rate matrix.
You now have a grid of Months (rows) by Carriers (columns) ready for formulas.
You want the user to pick a product line from a dropdown, and have the whole matrix and chart respond.
Data validation “List” can use either a range or a comma-separated string. The video uses a single comma-separated cell:
Now changing that product line dropdown will control which rows are included in your SUMIFS formulas.
Each row in the dataset could calculate a row-level commission rate:
However, averaging those row percentages does not give the correct overall commission rate, because rows can have very different premium amounts.
The correct average commission rate is:
This is why the matrix uses SUMIFS to aggregate commission and premium first, then divides.
For each cell in the months-by-carrier matrix, you want:
Key steps:
At this point, the cell returns the total commission amount for that carrier, month, and product line.
Next, you need the matching total Written Premium for the same filter:
Format the result as a percentage (Ctrl + Shift + 5) and adjust decimal places as needed.
Drag the formula across the entire matrix so all months and carriers have a commission percentage.
Some carrier/month combinations will have no data. Those cells would produce a divide-by-zero error.
Now the grid looks clean and is ready for conditional formatting and charts.
To visually scan highs and lows:
The video then builds a second dynamic section to chart commission percentage over time for a single agency (or similar dimension):
This gives a single row or column of monthly commission percentages for the selected agency.
Now, when you:
Excel treats blanks and zeros differently in charts:
In the video, the formula originally used IFERROR(…, “”), which creates blanks. However, to use Excel’s “Show empty cells as gaps” behavior effectively, the trick is:
That design choice depends on how you want the report to look and how much you care about seeing missing data vs zero data.
The end result is a dynamic, dropdown-driven heat map and chart showing average commission rates by carrier, month, and product line.
Q1. What is an average commission rate?
The average commission rate measures how much commission your agency earns for every dollar of written premium. It helps you compare performance across carriers and product lines to identify where your business is most profitable.
Q2. Why analyze commission rates by carrier and product line?
Breaking down commission data by carrier and product line gives you clear insight into which partnerships and products drive the most revenue. It’s a key metric for insurance agencies looking to optimize their sales mix and improve profitability.
Q3. How can Excel help visualize commission performance?
With Excel’s dynamic dropdowns and interactive charts, you can switch between carriers or product lines and instantly see how commission rates change. It’s an easy way to create a real-time view of your performance without complex reporting systems.
Q4. Can I use this setup for other insurance KPIs?
Yes. The same Excel dashboard framework works perfectly for other KPIs like loss ratios, claims paid, renewal rates, or customer retention, anything that benefits from monthly or categorical comparisons.
Q5. How do dropdowns make this report dynamic?
Dropdowns allow you to filter data instantly. By connecting them to your charts, the visuals update automatically, giving you a flexible, interactive analysis tool that your whole team can use.
Q6. Where can I find the sample data used in this tutorial?
A downloadable Excel file is linked below the video so you can follow each step, replicate the dashboard, and customize it with your own agency data.