Follow-Up Compliance Rate: Weekly Sales Execution KPI

Learn how to measure whether your sales team is actually following up on estimates. In this lesson, you’ll see how to track follow-up activity week by week, compare performance against minimum standards, and identify coaching opportunities that directly impact booked jobs.

Download the Excel file used in this tutorial:

Building Follow Up Compliance Rate

1. Prepare the Core Data Sets

  • Work with two datasets:
    • An Estimates dataset containing estimate ID, estimate date and time, owner, lead source, and follow-up requirements.
    • A Touchpoints dataset containing estimate ID and every follow-up attempt with date and time.
  • Ensure each estimate includes:
    • Estimate ID
    • Estimate date and time
    • Owner name
    • Follow-up required flag
    • Required touches within 7 days
    • Required touches within 14 days
    • First-touch SLA requirement in hours

2. Calculate the Week Start Date

  • Extract the weekday number from the estimate date.
  • Subtract the weekday value from the estimate date.
  • Add 1 to return the Sunday week start date.
  • Use this value to group activity week by week.
  • Create a unique, sorted list of week start dates using UNIQUE and SORT.
  • Paste values to remove formulas.

3. Identify First Touch Timing

  • Use MINIFS on the touchpoints dataset to return the earliest follow-up date and time per estimate ID.
  • If follow-up is not required, return a blank.
  • Subtract the estimate date and time from the first touch date and time.
  • Multiply the result by 24 to convert days into hours.
  • Store this value as First Touch Hours.

4. Count Follow-Up Touches

  • Use COUNTIFS to count follow-up attempts by estimate ID.
  • Apply conditions to calculate:
    • Touches within 7 days
    • Touches within 14 days
  • Use a touch-day index to determine how many days after the estimate each follow-up occurred.
  • Compare actual touch counts against required touch counts.

5. Determine Follow-Up Compliance

  • Create a compliance flag using conditional logic:
    • If follow-up is not required, return 1.
    • If follow-up is required:
      • First touch exists
      • First touch hours meet SLA
      • 7-day touches meet or exceed required count
      • 14-day touches meet or exceed required count
    • If any condition fails, return 0.
  • This creates a binary compliance indicator per estimate.

6. Aggregate Weekly Compliance Metrics

  • Generate a unique list of week start dates.
  • Count follow-ups due per week using COUNTIFS.
  • Sum compliant follow-ups per week using SUMIFS.
  • Calculate weekly compliance rate by dividing compliant follow-ups by follow-ups due.
  • Add a minimum acceptable compliance value as a comparison line.

7. Build the Weekly Compliance Chart

  • Use columns to display follow-ups due per week.
  • Add a line for actual compliance rate.
  • Add a second line for minimum acceptable compliance.
  • Apply a secondary axis for percentage values.
  • Adjust line thickness and colors for readability.
  • Avoid excessive data labels to reduce visual noise.

8. Create Rep-Level Compliance Views

  • Generate a unique list of owner names.
  • Generate a unique list of lead sources.
  • Transpose lead sources across columns.
  • Calculate compliance percentage by owner and lead source using SUMIFS.
  • Lock cell references to allow formulas to drag correctly across rows and columns.
  • Paste values once calculations are finalized.

9. Add Benchmarks and Coaching Signals

  • Insert a benchmark percentage in a single cell.
  • Apply conditional formatting to flag values below benchmark.
  • Customize number formatting to display benchmark labels.
  • Add total follow-up counts per rep to support coaching decisions.

 Tracking Follow-Up Compliance Rate in Sales Teams

Q1. What is Follow-Up Compliance Rate?
Follow-Up Compliance Rate measures how consistently your sales team completes required follow-ups within defined timeframes. It helps determine whether lost deals are due to pricing, lead quality, or missed execution.

Q2. Why should follow-up be tracked weekly instead of monthly?
Weekly tracking allows you to spot execution problems early. Waiting until monthly or quarterly reviews often means missed revenue and delayed coaching opportunities.

Q3. How does this KPI help improve close rates?
By measuring follow-up behavior, you can confirm whether sales reps are meeting response-time expectations and touchpoint standards. Strong follow-up discipline directly increases the chances of converting estimates into booked jobs.

Q4. What sales teams benefit most from this metric?
This KPI is especially valuable for inside sales teams, HVAC and home services sales departments, and any organization that provides estimates before closing a deal.

Q5. Can this analysis be used for coaching individual reps?
Yes. The video shows how to break compliance down by sales rep, lead source, or deal size, making it easier to identify who needs coaching and where process improvements are required.

Q6. What should I consider a good follow-up compliance rate?
Targets vary by business, but most teams set a minimum acceptable threshold. Comparing actual performance against that benchmark helps highlight gaps in execution and training needs.

Q7. Is sample data available to follow along with the video?
Yes. A downloadable sample dataset is linked below the video so you can recreate the same analysis and adapt it to your own sales process.

Get more lessons like this
by joining our newsletter

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

Databoards

Analysis & Development