Newer Version Available

This content describes an older version of this product. View Latest

Sample Pricing Formulas

Use these formulas for total amounts and user pricing.
Available in: both Salesforce Classic and Lightning Experience
Available in: All Editions

For details about using the functions included in these samples, see Formula Operators and Functions by Context.

Total Amount

This formula calculates a total amount based on unit pricing and total units.

1Unit_price__c * Total_units__c

User Pricing

This formula calculates a price per user license.

1Total_license_rev__c / Number_user_licenses__c