
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:
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.