Arithmetic operators perform basic operations with numbers in the Number, Date & Time formats. If the value cannot be converted to a number, the operation will result in an error #VALUE!.
Arithmetic operator |
Meaning |
Example |
+ |
Addition |
=6+7 |
- |
Subtraction Negation |
=B12-B3 -45 |
* |
Multiplication |
=86*34 |
/ |
Division |
=36/3 |
^ |
Exponentiation |
=D8^2 |
% |
Percentage |
76% |
Calculate the root
To calculate the root of a number, use the formula: where is the root index.
For example, this formula extracts the square root of 36