The subject says it all...I want to sum the numbers in a column that are > or = to 0. Thanks
G Garth Sep 10, 2004 #1 The subject says it all...I want to sum the numbers in a column that are > or = to 0. Thanks
C charlie Sep 14, 2004 #2 Assuming the column in question is column A, try the following: =COUNTIF(A:A, ">=0") This will also not count blanks cells.
Assuming the column in question is column A, try the following: =COUNTIF(A:A, ">=0") This will also not count blanks cells.
J Jerry W. Lewis Sep 14, 2004 #3 I think you meant =SUMIF(A:A, ">=0") Jerry Assuming the column in question is column A, try the following: =COUNTIF(A:A, ">=0") This will also not count blanks cells. Click to expand...
I think you meant =SUMIF(A:A, ">=0") Jerry Assuming the column in question is column A, try the following: =COUNTIF(A:A, ">=0") This will also not count blanks cells. Click to expand...