![]() |
Average of Multiple Calculations
To all --
I have two columns of numbers, and I would like to divide the 1st of each pair by the 2nd of the pair, and get the average of those calculations. Kind of addressing "the sum of the averages is different from the average of the sums" issue. So my data might look like this: A B 1 10 4 2 11 3 3 15 6 etc If my brain works right, the average of dividing 10/4, 11/3, & 15/6 would be 2.89. Is this a number I can get with some sort of CSE formula? Thank you in advance. |
Average of Multiple Calculations
Try...
=AVERAGE(A1:A3/B1:B3) ....confirmed with CONTROL+SHIFT+ENTER. Hope this helps! In article , pdberger wrote: To all -- I have two columns of numbers, and I would like to divide the 1st of each pair by the 2nd of the pair, and get the average of those calculations. Kind of addressing "the sum of the averages is different from the average of the sums" issue. So my data might look like this: A B 1 10 4 2 11 3 3 15 6 etc If my brain works right, the average of dividing 10/4, 11/3, & 15/6 would be 2.89. Is this a number I can get with some sort of CSE formula? Thank you in advance. |
All times are GMT +1. The time now is 12:05 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com