Which @function finds the mean of a number?

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

Guest

I need to check my grandson's homework. it has been a while since I've done
statistics. I need to know which @function finds the mean and range of a
number or list of numbers. Need information as soon as possible.
 
One way:

Mean: =AVERAGE(A1:A10)
Range: =MAX(A1:A10)-MIN(A1:A10)
 
Hello JE McGimpsey,

Thank you very much. You have been most helpful. I received one other
reply also. I have made a note in my notebook as a reference to refer back
to.

J E Barrigher
 
Hello Frank Kabel

Thank you very much. I have place a note in my notebook as a reference I
can refer back to.

Joan
 
This should get you started:

=AVERAGE(A1:A5)
=MIN(A1:A5)
=MAX(A1:A5)

Or perhaps a quick check with the Analysis Tool pak installed...

Tools | Data Analysis | "Descriptive Statistics"

HTH
 

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