Weighted Average Question

  • Thread starter Thread starter James
  • Start date Start date
J

James

It is easy enough to find simple average with =average(a1:a100)

What is the easiest way to find a average?

Thanks

James
 
assume the weights are in B1:B100
=sumproduct(A1:A100,B1:B100)/sum(B1:B100)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top