Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hai
How to sum in a column only a positive and negative value separetly rgds |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|