Skip to main content
Skip table of contents

POWER

Basic Overview

Description

Returns the power of the values, using the first input as the base and the second as the exponent. Both inputs can be numbers as well as nodes.

SyntaxPOWER(Node1, Node2)
Parameter
  • Node: Input node, specified using the node name in single quotes (e.g. 'Profit')
  • Base (Node1): The value which will be multiplied by itself
  • Exponent (Node2): The number of times the base will be multiplied by itself

Example

Input A =

Year

Value

20192
20203
20214.5

Input B =

Year

Value

20192
20202
20212

Output POWER('A', 'B') =

Year

Value

20194
20209
202120.25
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.