Forum Discussion

KLT80's avatar
KLT80
Copper Contributor
Feb 07, 2019
Solved

Adding negative numbers as though they are positive.

I'm looking to add up all the consumption data in a column as though they are all positive numbers.

 

Someone gave me this formula but I believe it is inaccurate:

=SUMIF(C2:C18145,">=0")

 

Thanks!

 

 

  • This formula sums only positive numbers. If sum all as positive

    =SUMPRODUCT(ABS(C2:C18145))

     

Resources