Your question can be interpreted more than one way.
With pos/neg values in A2:A10
This formula converts each to positive...then sums them
This formula sums the values...then returns the absolute value of the sum![]()
=SUMPRODUCT(ABS(A2:A10))
Is that something you can work with?![]()
=ABS(SUM(A2:A10))
Bookmarks