Other Calculation Functions

There are other functions that can help you create complicated calculations.

Other calculation functions

Exponentiation is a mathematical operation where a number (called the base) is multiplied by itself a certain number of times. Formula -> COLUMN_NAME ** EXPONENT

Exponentiation

Last updated