Hi all.
I have a column that contain positive and negative numbers. I would like to make a filter to get the final result which are greater the positive or negative for EX:
The column contain this numbers.
-15
20
-23
5
10
19
-22
-15+-23+-22 = -60
20+5+10+19 = 54
in this calculation the negative number is greater.
Bookmarks