SUM function
This topic describes the formula syntax and usage of the SUM function in the Data Quality Execute Formula transform.
Description
Sums its arguments. The following sums individual cells on a row:
SUM([column1],[column2],[column4])
The following sums a range of columns in a row:
SUM([column1]:[column4])
Syntax
SUM(number1,number2,...)