G_PRODUCT(value1, value2, ...)
PRODUCT returns the product of all the values and cells referenced in the argument list. Empty cells are ignored and the empty product is 1.
G_PRODUCT(2,5,9) equals 90.
SUM, COUNT.