PRODUCT(value1, value2, ...)
PRODUCT returns the product of all the values and cells referenced in the argument list.
This function is Excel compatible. In particular, this means that if all cells are empty, the result will be 0.
PRODUCT(2,5,9) equals 90.
SUM, COUNT, G_PRODUCT.