Arithmetic operators

There are five arithmetic operators available:

+ Add both sides

- Subtract the right-hand side from the left-hand side

* Multiply both sides

/ Divide the left-hand side by the right-hand side

^ Raise the left-hand side to the power of the right-hand side

Example:

Entering the formula

=A1*C1

multiplies the contents of cells A1 and C1 and places the result in the current cell.