A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Let me start over with the correct data--now how do I find avg weight for ASA
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have one column of averaged times that need to have the "weighted average" for this same column at the bottom where answer displays in this one cell
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Let me start over with the correct data--now how do I find avg weight for ASA
The weighted average is computed by dividing the sum of the weighted values by the sum of the weights. The SUMPRODUCT function will compute the numerator and the SUM function will compute the denominator. For example SUMPRODUCT(A1:A2,B1:B12)/SUM(B1:B12)
These are the corresponding calls handled for each time interval avg speed of answer (ASA)
Hi,
Weigh them by what? A simple average function seems to work
=AVERAGE(B2:B13)
Hi @Carrie Ward,
Good day to you! Welcome to Microsoft Q&A.
Regarding to your description, here's how to do it step-by-step:
This is the final result applying the above steps:
If you have any further questions and concerns, please don’t hesitate to ask. Looking forward to your response.
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.