Returns the product of two numbers. Equivalent to the `*` operator. Learn more
In Google Sheets, the MULTIPLY function is built-in function and it is equivalent to the multiply operation (*).
To multiply two numbers together in Google Sheets, you can simply use the MULTIPLY function for the values. For example, to MULTIPLY the values in cell A1 and B1 and display the result in cell C1, you can use the formula:
=MULTIPLY (A1,B1)
This formula will MULTIPLY the values in cells A1 and B1 and display the result in cell C1.