+ Reply to Thread
Results 1 to 3 of 3

Sum a range but exclude and negative values

  1. #1
    Registered User
    Join Date
    03-29-2006
    Location
    Belfast N Ireland
    Posts
    10

    Sum a range but exclude and negative values

    I am looking to sum a range of cells but not include in the sum any negative values.

    Thus far all that i could think of doing was a round about way via the ABS and the SUM functions but was looking to see if there was a function that would do the whole job lot in one go!!

  2. #2
    Marcelo
    Guest

    RE: Sum a range but exclude and negative values

    sumif(range;">0")

    Regards from Brazil
    Marcelo

    "lister_d_000169" escreveu:

    >
    > I am looking to sum a range of cells but not include in the sum any
    > negative values.
    >
    > Thus far all that i could think of doing was a round about way via the
    > ABS and the SUM functions but was looking to see if there was a
    > function that would do the whole job lot in one go!!
    >
    >
    > --
    > lister_d_000169
    > ------------------------------------------------------------------------
    > lister_d_000169's Profile: http://www.excelforum.com/member.php...o&userid=32950
    > View this thread: http://www.excelforum.com/showthread...hreadid=547430
    >
    >


  3. #3

    Re: Sum a range but exclude and negative values

    =SUMIF(RangeToSum,">0")

    will do it for you
    lister_d_000169 wrote:
    > I am looking to sum a range of cells but not include in the sum any
    > negative values.
    >
    > Thus far all that i could think of doing was a round about way via the
    > ABS and the SUM functions but was looking to see if there was a
    > function that would do the whole job lot in one go!!
    >
    >
    > --
    > lister_d_000169
    > ------------------------------------------------------------------------
    > lister_d_000169's Profile: http://www.excelforum.com/member.php...o&userid=32950
    > View this thread: http://www.excelforum.com/showthread...hreadid=547430



+ 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