Contact Rate % in Excel: Track Lead Quality by
Month & Channel

Learn how to measure your team’s Contact Rate % so you can see whether your leads are turning into real conversations—or just names in a spreadsheet. In this lesson, you’ll build a clear view of contact performance by month and marketing channel, add averages for quick comparisons, and set a benchmark so low-performing sources stand out instantly.

Download the Excel file used in this tutorial:

Contact Rate % Calculation Steps

1. Pull only the columns you need

  • In your dataset, focus on these three fields:
    • Lead Date
    • Channel
    • Contacted
  • Ignore “speed to lead” for this build. The calculation is based on whether Contacted is marked Yes or No.

2. Create Month and Year from Lead Date

  • Add two helper columns next to Lead Date:
    • Month
    • Year
  • Use the TEXT function to extract each:
    • For Month: use TEXT with a month format (four Ms)
    • For Year: use TEXT with a year format (four Ys)
  • Once you confirm the two new columns are correct, keep the final Month and Year columns you plan to use and delete any duplicates you created while testing.

3. Create a unique sequential Month-Year list

  • Use UNIQUE on the Month column to generate a distinct list.
  • Use keyboard selection to grab the full range quickly:
    • Click Month
    • Hold Shift and press Right Arrow
    • Then press Ctrl + Shift + Down Arrow
  • Press Enter to return the unique list.
  • Remove formulas so the list is static:
    • Ctrl + C
    • Ctrl + Shift + V

4. Create a unique Channel list and place it across the top

  • Your dataset is an Excel table (example name used: Table Leads).
  • Build a horizontal, alphabetized channel header using three wrapped functions:
    • UNIQUE to get distinct channels
    • SORT to alphabetize
    • TRANSPOSE to turn the list into a row
  • After it spills across the row:
    • Ctrl + C
    • Ctrl + Shift + V

5. Build the numerator for Contact Rate %

  • The numerator is the count of leads where:
    • Channel matches the column header
    • Month matches the row
    • Year matches the row
    • Contacted equals Yes
  • Use COUNTIFS with four criteria:
    • Channel
    • Month
    • Year
    • Contacted = Yes
  • Confirm the first cell works (example from the video: January 2025 for the first channel returns a count like 8).

6. Build the denominator for Contact Rate %

  • The denominator is the total number of leads for that same slice:
    • Same Channel
    • Same Month
    • Same Year
  • Use the same COUNTIFS formula but remove the Contacted criteria entirely so it counts both Yes and No.

7. Divide numerator by denominator and format as percent

  • Contact Rate % = (Contacted Yes count) / (Total leads count)
  • Format the result:
    • Ctrl + Shift + 5

8. Fix the drag errors with absolute references

  • Dragging across and down will break if your channel and date references shift incorrectly.
  • Add dollar signs to lock what must stay fixed:
    • Lock the channel header row so it stays the same when dragging down
    • Lock the month-year column so it stays the same when dragging across
  • Use F4 to cycle reference-locking options quickly until the reference behavior matches your layout.

9. Handle table reference shifting by pasting values

  • Because it’s an Excel table, some structured references can still shift unexpectedly when you drag.
  • The workaround used in the video:
    • Copy the correct formula result
    • Paste into the full range
  • This locks everything in place so the matrix calculates correctly.

10. Add channel averages and month averages

  • Create an average column to calculate each channel’s average across the year.
    • Start from the same Contact Rate % structure and remove the Month and Year criteria where needed.
  • Create an average row to calculate each month’s average across channels.
    • Copy the formula logic and remove the Channel criteria where needed.
  • Paste values where necessary to prevent Excel from trying to interpret labels as criteria.

11. Add a benchmark and conditional formatting

  • Enter a benchmark value (example: 80%) in a single cell.
  • Apply conditional formatting to highlight underperformance:
    • Select the full contact rate matrix (and the averages if desired)
    • Home > Conditional Formatting > Highlight Cells Rules > Less Than
    • Reference the benchmark cell or type the value directly (80)

12. Label the benchmark cell without turning it into text

  • If you type “Benchmark 80%” directly, Excel treats it as text and conditional formatting won’t work.
  • Keep it numeric and add the label via custom formatting:
    • Click benchmark cell
    • Ctrl + 1
    • Number > Custom
    • Add a custom format that displays “Benchmark: ” before the percentage while keeping it numeric

Contact Rate % KPI for Sales Teams

Q1. What is Contact Rate %?
Contact Rate % measures the percentage of leads you actually reached and spoke with, not just attempted calls or emails. It shows whether your lead sources are producing real conversations.

Q2. Why is Contact Rate % such an important KPI for sales and marketing?
Because buying leads doesn’t matter if you can’t reach them. Contact Rate % helps reveal the gap between lead volume (activity) and revenue potential (real opportunities)—so you can stop wasting budget on low-quality channels.

Q3. What does this video help me build in Excel?
You’ll create a monthly view of Contact Rate % and break it down by marketing channel, so you can compare sources side-by-side and track trends over time.

Q4. How can I use Contact Rate % to improve lead quality?
If a channel consistently has a low contact rate, it may indicate poor lead quality, bad contact info, or misaligned targeting. This KPI helps you identify which channels deserve more investment—and which ones need changes or cuts.

Q5. What is a good Contact Rate % benchmark?
It depends on your business and lead sources, but setting a benchmark (like 80%) helps your team quickly spot underperforming channels and months. The key is choosing a consistent target and reviewing it regularly.

Q6. Can I download the file used in this tutorial?
Yes—there should be a download link included with the lesson. If you can’t find it, you can email and request the Contact Rate % file referenced in the video.

Get more lessons like this
by joining our newsletter

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

Databoards

Analysis & Development