Call Center Question: How do I calculate the "weighted average" of "abandoned rate %" highlighted in yellow

Carrie Ward 80 Reputation points
2025-08-26T12:21:28.4333333+00:00

User's image

Microsoft 365 and Office | Excel | For business | Windows
{count} votes

1 answer

Sort by: Most helpful
  1. Vicky-I 1,735 Reputation points Microsoft External Staff Moderator
    2025-08-26T13:09:16.43+00:00

    Hi @Carrie Ward,

    Good day! Welcome to Microsoft Q&A!

    To calculate the weighted average of these percentages in Excel, you need the corresponding weights (e.g., number of calls or contacts for each row).

    Here’s a quick example I tested using your three percentages and sample weights (Contacts Queued) in your image:

    User's image

    In Excel, assuming:

    • ABN RT % in B2:B3:B3
    • Contacts Queued in C2:C3:C4

    Use this formula:

    =SUMPRODUCT(B2:B3:B4, C2:C3:C4) / SUM(C2:C3:C4)

    Check result by calculation steps: 

    • Total calls: 299 + 216 + 184 = 699 
    • Weighted sum: (299 × 4.68%) + (216 × 3.24%) + (184 × 3.26%) = 27 
    • Final result: 27 ÷ 699 = 0.38612303 

    -> Weighted Average ABN RT % = 3.86% 

    I really hope my information helpful for you! Feel free to ask if you have any question!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.