Multiply two numbers.
The first number to multiply. For example: 4.
4
The second number to multiply factor1 by. For example: 7.
factor1
7
The MULTIPLY() function is the same as using the * operator.
MULTIPLY()
*