![]() |
Adding only the negative or positive numers in a column or row
How do I add only the negative or only the positive numbers in a selected
range? |
Adding only the negative or positive numers in a column or row
To sum negative numbers only in a selected range,
=SUMIF(range,"<0") To sum positive numbers only in a selected range, =SUMIF(range,"0") "slowes" wrote: How do I add only the negative or only the positive numbers in a selected range? |
Adding only the negative or positive numers in a column or row
Hi,
In another cell put =SUMIF(range,"<0") to get the total of negative numbers and =SUMIF(range,"0") for the total of positive numbers. Regards, Jaleel "slowes" wrote: How do I add only the negative or only the positive numbers in a selected range? |
All times are GMT +1. The time now is 01:21 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com