Last updated
Was this helpful?
The EXP function returns the value of the mathematical constant e raised to the power of a specified number. It is commonly used in exponential growth calculations, financial modeling, scientific computations, and scenarios involving continuous compounding or natural logarithms.
EXP(value)value: The exponent applied to the base e.
Returns the value of e raised to the specified power.
EXP(Plan_Variance %)In this example, the EXP function is used to create the Projected Growth Factor measure, which returns the exponential growth factor based on the Plan_Variance % values.

Last updated
Was this helpful?
Was this helpful?