Returns the product of two numbers.
Sample Usage
MULTIPLY(5,10)
MULTIPLY(A4,A5)
Syntax
MULTIPLY(number1, number2)
- number1 - The first number to calculate for the product.
- number2 - The second number to calculate for the product.
Examples
MULTIPLY(5,10) returns a value of 50.
MULTIPLY(A4,A5) returns the product of the numbers contained in A4 and A5.
Notes
- The MULTIPLY function only supports the multiplication of two scalar values, and does not take a cell range as an argument.