Sum
Calculate total value of several numeric data
Last updated
Calculate total value of several numeric data
Last updated
SUM
formula is to calculate totals of two or more values
ThisItem
: The identifier for the current row or record
ColumnName
: The column containing the numerical values you want to sum up.
Assume you have a table Product Cost with columns Production Cost, Marketing Cost, and Sale Cost.
Requirement: calculate the total cost for each product.
Formula:
Result:
If the formula and data are correct, you can see the value of column 'Total Cost' in where you set to view it in the app.