Loading
Extend Salesforce with Clicks, Not Code
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Sample Expense Tracking Formulas

          Sample Expense Tracking Formulas

          Use these formulas for expense tracking.

          Required Editions

          Available in: both Salesforce Classic and Lightning Experience
          Available in: All Editions

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

          Expense Identifier

          This formula displays the text Expense- followed by trip name and the expense number. This field a text formula field that uses an expense number custom field.

          
                  "Expense-" &
                              Trip_Name__c & "-" & ExpenseNum__c
                

          Mileage Calculation

          This formula calculates mileage expenses for visiting a customer site at 35 cents a mile.

          Miles_Driven__c * 0.35
           
          Loading
          Salesforce Help | Article