Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I calculate a statistical range (largest number minus smallest number
) when numbers are in random order? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=max(A1:A10)-min(A1:A10)
Adjust range reference to suit your needs. Dave -- Brevity is the soul of wit. "lolee624" wrote: How can I calculate a statistical range (largest number minus smallest number ) when numbers are in random order? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MAX(A1:A100)-Min(A1:A100)
best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "lolee624" wrote in message ... How can I calculate a statistical range (largest number minus smallest number ) when numbers are in random order? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Calculate a sum between a rolling data range. | Excel Discussion (Misc queries) | |||
calculate minus figures | Excel Discussion (Misc queries) | |||
calculate minus figures only | Excel Discussion (Misc queries) | |||
Getting the 2nd largest or smallest valuesin a range | Excel Discussion (Misc queries) | |||
Excel - formula to calculate colored fill cells within a range wi. | Excel Worksheet Functions |