New in Formulas 2.0 The sum() function returns the sum of its arguments. It accepts only numbers and lists of numbers, or a combination of the two. sum(number, ...) sum([number, ...]) sum([number], number) [number, ...].sum() Example Formulas