CellSpace/Manual (draft)
by CellWorks
Home
  
Table of Contents
  
Glossary
Median
The Median function returns the number in the middle of a set of numbers.
One or more arguments are required and can include ranges.
Empty are ignored.
Text strings that cannot be converted to a quantity are ignored.
Usage:
	= Median(<number(s)>[, ...])
Examples:
	/* returns 2 */
	= Median(1, 2, 3);
	/* returns 2.5 */
	= Median(1, 2, 500, 3);