keyword
The keyword parameter controls the behavior of the macro function. It indicates that a keyword can be specified (if it is omitted, the default is used). The keyword choices are listed for each individual macro function in the following form:
{ choice1| choice2 | choice3}
Select the keyword choice providing the wanted behavior. The default choice is shown in bold. For example, given the following format:
{ ALL| COL | ROW}
The following macro functions are all valid:
AVG(V1:V5) AVG(V1:V5, ALL) AVG(V1:V5, COL) AVG(V1:V5, ROW)