Summary: How to Summing Only Positive Values. Works with Microsoft Excel versions: 97 | 2000 | 2002 | 2003 | 2007
Frank has a worksheet that has a column of data containing both positive and negative values. He would like to sum only the positive values in the column and is wondering if there is a way to do it.
=SUMIF(A1:A20, ">0")
Download Example