Answer:
AVERAGE
COUNT
SUM
MAX
Step-by-step explanation:
The functions that may be used with positional arguments include:
AVERAGE
COUNT
SUM
MAX
The basic functions formulae include SUM, AVERAGE, COUNT, MAX and MIN.
SUM: This is the sum total of all the numbers in the rows.
COUNT: This is the used to count the range of cells that contains numbers.
AVERAGE: This is the average of all the numbers in the rows.
MIN: This is the lowest number in the rows.
MAX: This will return the highest number that is found in the set of values.
It should be noted that the COUNTIF is not used with positional arguments.