The TIMES function calculates the product of a list of numbers.
For example:
TIMES(4, 5, 6)
returns 120, that is 4*5*6.
See also:
Other mathematical functions