G Guest Sep 23, 2004 #1 Im trying to build a formula to sum all the negatives values in a data base. PLease help me with this.
Im trying to build a formula to sum all the negatives values in a data base. PLease help me with this.
D Domenic Sep 23, 2004 #2 Wilnelia said: Im trying to build a formula to sum all the negatives values in a data base. PLease help me with this. Click to expand... =SUMIF(A1:A10,"<0") Hope this helps!
Wilnelia said: Im trying to build a formula to sum all the negatives values in a data base. PLease help me with this. Click to expand... =SUMIF(A1:A10,"<0") Hope this helps!
J Jason Morin Sep 23, 2004 #3 Example: Sum all negative values in col. A. =SUMIF(A:A,"<0") HTH Jason Atlanta, GA
D Don Guillett Sep 23, 2004 #5 A simple sumif should do it =SUMIF(D,"<0") if you want a positive number =abs(SUMIF(D,"<0")) or =-SUMIF(D,"<0")
A simple sumif should do it =SUMIF(D,"<0") if you want a positive number =abs(SUMIF(D,"<0")) or =-SUMIF(D,"<0")