Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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. -- Coffeecoco |
#2
![]() |
|||
|
|||
![]()
Hi
=AVERAGE(A1:A100) -- Regards Frank Kabel Frankfurt, Germany "Coffeecoco930" schrieb im Newsbeitrag ... 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. -- Coffeecoco |
#3
![]() |
|||
|
|||
![]()
One way:
Mean: =AVERAGE(A1:A10) Range: =MAX(A1:A10)-MIN(A1:A10) In article , "Coffeecoco930" wrote: 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. |
#4
![]() |
|||
|
|||
![]()
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 "JE McGimpsey" wrote: One way: Mean: =AVERAGE(A1:A10) Range: =MAX(A1:A10)-MIN(A1:A10) In article , "Coffeecoco930" wrote: 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. |
#5
![]() |
|||
|
|||
![]()
Hello Frank Kabel
Thank you very much. I have place a note in my notebook as a reference I can refer back to. Joan "Frank Kabel" wrote: Hi =AVERAGE(A1:A100) -- Regards Frank Kabel Frankfurt, Germany "Coffeecoco930" schrieb im Newsbeitrag ... 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. -- Coffeecoco |
#6
![]() |
|||
|
|||
![]()
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 -- Dana DeLouis Win XP & Office 2003 "Coffeecoco930" wrote in message ... 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. -- Coffeecoco |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
How to format a number in Indian style in Excel? | Excel Discussion (Misc queries) | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions | |||
multiply by actual number in cell | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |