Popular Posts

Apr 18, 2018

Excel :- Sum Only Negative Values In A Given Range Using sumif

Microsoft Excel :- Excel Sum Only Negative Values In A Given Range Using sumif command in excel.

APPLIES TO : Microsoft Office Excel

GOAL :  Summing only the negative values in a range of values sounds like a difficult task, but there's a simple solution-use SUMIF(). In fact, you can use this function to sum all the negative or positive values in the same range.
SYNTAX : SUMIF(range, criteria, [sumrange])

SOLUTION : When summing only the negative or positive values in the same range, you don't need the optional sumrange argument. Simply use one of the following simpler forms:

EXAMPLE : =SUMIF(E2:E13,">0")  --> Sums all cell values which is greater than value 0
                    =SUMIF(E2:E13,"<0")  --> Sums all cell values which is smaller than value 0


=SUMIF(E2:E13,"<0") --->Sum all the cells contains "-" (Minus) values

=SUMIF(E2:E13,">0") ---> Sum all the cells contains "+" (Positive) values





~Judi~

               

No comments:

Post a Comment

Popular Posts