![]() |
SUm
Hai
How to sum in a column only a positive and negative value separetly rgds |
SUm
Positive values only: =SUMIF(A1:A20,""&0)
Negative values only: =SUMIF(A1:A20,"<"&0) best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "shah" wrote in message ... Hai How to sum in a column only a positive and negative value separetly rgds |
SUm
=SUMIF(A1:A20,"0")
=SUMIF(A1:A20,"<0") -- David Biddulph shah wrote: Hai How to sum in a column only a positive and negative value separetly rgds |
SUm
If it's the whole column you want to sum, use:
=sumif(a:a,"0") =sumif(a:a,"<0") Regards, Fred. "shah" wrote in message ... Hai How to sum in a column only a positive and negative value separetly rgds |
All times are GMT +1. The time now is 04:47 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com