Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I add only the positve numbers in a column with both positive and
negative numbers? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=SUMIF(A:A,"0") -- Jacob (MVP - Excel) "skygazer" wrote: How do I add only the positve numbers in a column with both positive and negative numbers? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMIF(A1:A100,"0") will sum the poisitve values
=SUMIF((A1:A100,"<0") will sum the negative ones best wishes -- www.stfx.ca/people/bliengme "skygazer" wrote: How do I add only the positve numbers in a column with both positive and negative numbers? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((A1:A15)*(A1:A150))
A1:15 represents whatever your range is. I like sumproduct because it is intuitive, showing you your conditions, ie greater than zero or positive. "skygazer" wrote: How do I add only the positve numbers in a column with both positive and negative numbers? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
try this.... =SUMIF(A1:A100,"0") regards FSt1 "skygazer" wrote: How do I add only the positve numbers in a column with both positive and negative numbers? |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 adding a column of negative and positive number | Excel Discussion (Misc queries) | |||
adding positive and negative numbers | Excel Worksheet Functions | |||
Adding Negative and Positive Numbers | Excel Discussion (Misc queries) | |||
Excel, change column of negative numbers to positive numbers? | New Users to Excel | |||
Convert a column of numbers from positive to negative in Excel | Excel Discussion (Misc queries) |