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

^ (Exponentiation)

Raises a number to a power of a specified number.

Use

number^integer and replace number with a merge field, expression, or another numeric value; replace integer with a merge field that contains an integer, expression, or any integer.

Tips

Avoid replacing integer with a negative number.

Number of Employees Example
Number of Employees Example

NumberOfEmployees^4 calculates the number of employees to the 4th power.

Report Example
Report Example ACTIVE:SUM ^ 2 calculates the number of active Salesforce users to the 2nd power for administration. This formula is a number data type that returns a positive integer.
 
Loading
Salesforce Help | Article