Concept Flow - SUM function
Start with empty total = 0
Read next row's value
Add value to total
More rows?
Yes→Repeat read and add
No
Return total sum
The SUM function adds up values from each row one by one until all rows are processed, then returns the total.