Numeric Arguments

The syntax for a numeric argument is:

(numeral1, numeral2,...numeraln)

where numerals 1 through n are real numbers. For example, the expression Average(10, 20, 30) returns the value 20.

Note:

It is recommended to have a space after a comma between two numerical numbers within a function call. For example, Average (1200, 2400) is considered as two numerical numbers separated by comma and a space. If there are two numbers, such as: 1 and 2345 separated by a comma without space is interpreted as single number. Average (1,2345), which returns a syntax error. For example, Grid "Grid With Formula Member" formula row 15 has a syntax error at or after" )".