Multiplication Operator (*)

Used to multiply two numbers

Syntax

value1*value2

Example

6*6

will return a value of 36 to the cell.

Related Topics