Skip to main content
All CollectionsReports & Dashboards
Summary Formula Fields In Reports
Summary Formula Fields In Reports
Updated over a week ago

Formula fields are a great way to summarize your data in a clear and concise way. In this article, we will discuss how to create these formulas in both Lightning and Classic versions.

Add a Summary Formula Column in Lightning Experience

  1. Edit or create the report you'd like to add the formula to.

  2. If needed, group the report data.

    1. From the Groups section, select a field from the Add group... lookup menu under GROUP ROWS.

  3. From the Columns section, click

    the more actions icon

    | Add Summary Formula Column OR from the Fields pane, under Summary Formulas, click + Create Formula.

    Note: If a summary formula is available, but not yet added as a summary formula column, you can add it from the Fields pane. Under Summary Formulas, click | Add

  4. Enter a name for the summary formula column.

  5. Choose the Formula Output Type.

  6. Enter a summary formula. For example:

    IF(AMOUNT:SUM < 1000000, AMOUNT:SUM * (1 - 0.15), AMOUNT:SUM * (1 - 0.20))

  7. Click Check Syntax. This will identify if there are any errors in your formula.

  8. Optionally,

    1. Enter a description for the formula

    2. If applicable, choose the number of decimal points.

    3. Click FORMAT to choose how to format results, how many decimal points to show, and to change where the formula gets applied.

  9. Click Apply.

  10. Click Save.

For Visual Learners:

Did this answer your question?