What is the formula used if I want to find an average age by the .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a spreadsheet one column lists ages 51 through 99 and the 2nd
column lists the number of people at each age. I would like to find the
average age based on the two columns. I know it is an "average" formula -
but I don't know what cell ranges to use. Please helP.
 
Denise,

If the ages are in A2-down, and the frequencies in B2-down, try this:

=SUMPRODUCT(A2:A50*B2:B50)/SUM(B2:B50)
 

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

Similar Threads


Back
Top