+ Reply to Thread
Results 1 to 4 of 4

Gathering the sum of negative numbers & positive numbers in a column

  1. #1
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    Gathering the sum of negative numbers & positive numbers in a column

    I have a column of variances, these contain both negative numbers and positive numbers.

    I want to gather a sum of all the negative numbers and positive numbers separtely.

    Basically saying all the positive overeages = this amount

    And all the negative shortages = this amount.

    you can see the attached sample.

    thanks for any help.
    Nick
    Attached Files Attached Files
    Last edited by avidcat; 12-17-2009 at 09:14 AM.

  2. #2
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Gathering the sum of negative numbers & positive numbers in a column

    =SUMIF(B:B,">="&0)

    and

    =SUMIF(B:B,"<"&0)
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  3. #3
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    Re: Gathering the sum of negative numbers & positive numbers in a column

    Thanks, perfect.

  4. #4
    Valued Forum Contributor scaffdog845's Avatar
    Join Date
    02-01-2008
    Location
    Aston, PA. USA.
    MS-Off Ver
    Microsoft 365
    Posts
    373

    Re: Gathering the sum of negative numbers & positive numbers in a column

    =SUMIF(B3:B24,">0",B3:B24) for the positive

    =SUMIF(B3:B24,"<0",B3:B24) for the negative

    Adjust ranges as needed for actual data ranges....
    Click here to read the Forum Rules
    Whatever it is in life you decide to go after, go after with great ferocity.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1