POWER

Formula Explanation

Calculate the power function, obtaining the value of 'a' raised to the power of 'b,' which is represented as a^b.

Formula Syntax

Enter in the result column: power(base / column number, exponent)
  • You can use column references as parameters, i.e., the CODE at the top of each column in the table, e.g., AA1.

Usage Example

Calculate the value of DV2 column raised to the power of 2, and write the result in column DV3.

DV3 = power(DV2,2)

power

Last Updated: