CellSpace/Manual (draft)
by CellWorks
Home
  
Table of Contents
  
Glossary
Average
The Average function returns the average (arithmetic mean) of the arguments.
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:
	= Average(<number(s)>[, ...])
Example:
	/* returns 1.75 */
	= Average(1, 2, 3, "hello", TRUE);