Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there a way to write a SUM() formula so that it sums only the
positive numbers in the range and ignores the negative numbers? I have a .csv download of my credit card transactions. I'd like to easily sum the purchase transactions while ignoring the payment transactions that are interspersed with the purchases. Thanks for your help, Fred Holmes |
#2
![]() |
|||
|
|||
![]()
=SUMIF(A1:A100,"0")
-- Regards, Peo Sjoblom "Fred Holmes" wrote in message ... Is there a way to write a SUM() formula so that it sums only the positive numbers in the range and ignores the negative numbers? I have a .csv download of my credit card transactions. I'd like to easily sum the purchase transactions while ignoring the payment transactions that are interspersed with the purchases. Thanks for your help, Fred Holmes |
#3
![]() |
|||
|
|||
![]()
Hi Fred
=SUMIF(A1:A200,"0") HTH. Best wishes Harald "Fred Holmes" skrev i melding ... Is there a way to write a SUM() formula so that it sums only the positive numbers in the range and ignores the negative numbers? I have a .csv download of my credit card transactions. I'd like to easily sum the purchase transactions while ignoring the payment transactions that are interspersed with the purchases. Thanks for your help, Fred Holmes |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I rank negative and positive numbers? | Excel Worksheet Functions | |||
add only positive numbers and avg in a column | Excel Worksheet Functions | |||
How can I change positive numbers to negative, i.e. change 50 to - | Excel Discussion (Misc queries) | |||
average positive numbers | Excel Discussion (Misc queries) | |||
adding only positive numbers | Excel Discussion (Misc queries) |