Loading
Prepare for Email to Become the Default Login ExperienceRead More
Ongoing maintenance for Salesforce HelpRead More
Extend Salesforce with Clicks, Not Code
EXP

EXP

Returns a value for e raised to the power of a number you specify.

Use

EXP(number) and replace number with a number field or value such as 5.

Exponent of a Literal Value Example
Exponent of a Literal Value Example

EXP(3)

This formula returns the value of e to the third power.

Compound Interest Example
Compound Interest Example

Principal__c * EXP(Rate__c * Years__c)

This formula calculates the compound interest based on a custom currency field for principal, custom percent field for rate, and custom number field for years.

 
Loading
Salesforce Help | Article