Arithmetic operators perform basic operations with numbers in the , , and formats.
Arithmetic operator |
Meaning |
Example |
---|---|---|
+ |
Addition |
=6+7 |
- |
Subtraction Negation |
=B12-B3 -45 |
* |
Multiplication |
=86*34 |
/ |
Division |
=36/3 |
^ |
Exponentiation |
=D8^2 |
% |
Percentage |
76% |
To calculate the root of a number, use the formula: where is the number you want to find the root of and is the root index. For example, this formula extracts the square root of 36. |