It Multiplies all the numbers given as argument.
A. Quotient C. Product
B.Sum D. Power


Sagot :

Answer:

C. Product

Explanation:

The PRODUCT function multiplies all the numbers given as arguments and returns the product. ... The PRODUCT function is useful when you need to multiply many cells together. For example, the formula =PRODUCT(A1:A3, C1:C3) is equivalent to =A1 * A2 * A3 * C1 * C2 * C3.