Thread
:
Excel - Adding positive or negative numbers in a column
View Single Post
#
6
Posted to microsoft.public.excel.misc
Jim Thomlinson
external usenet poster
Posts: 5,939
Excel - Adding positive or negative numbers in a column
Use SimIf
=SUMIF(A1:A10, "0", A1:A10)
--
HTH...
Jim Thomlinson
"skygazer" wrote:
How do I add only the positve numbers in a column with both positive and
negative numbers?
Reply With Quote
Jim Thomlinson
View Public Profile
Find all posts by Jim Thomlinson