The product() function multiplies the values in a range of cells. True/Fals
Answers
Answered by
1
Answer:
True
Explanation:
For example, if cells A1 and A2 contain numbers, you can use the formula =PRODUCT(A1, A2) to multiply those two numbers together. You can also perform the same operation by using the multiply (*) mathematical operator; for example, =A1 * A2. The PRODUCT function is useful when you need to multiply many cells together.
Similar questions