+ Reply to Thread
Results 1 to 3 of 3

Sum of random cells with positive data

  1. #1
    Susannah
    Guest

    Sum of random cells with positive data

    How do I sum numbers from random cells (in other words they are not
    sequential or patterned) only if the cells contain positive numbers?

  2. #2
    Dave Peterson
    Guest

    Re: Sum of random cells with positive data

    Are the cells within a single range?

    =SUMIF(A1:I99,">0")

    If you have to avoid some ranges, you can do it in stages:

    =SUMIF(A1:c99,">0")+SUMIF(f1:I28,">0")





    Susannah wrote:
    >
    > How do I sum numbers from random cells (in other words they are not
    > sequential or patterned) only if the cells contain positive numbers?


    --

    Dave Peterson

  3. #3
    JulieD
    Guest

    Re: Sum of random cells with positive data

    Hi Susannah

    use the SUMIF function
    e.g.
    =SUMIF(A1:A5,">0")

    Cheers
    JulieD

    "Susannah" <[email protected]> wrote in message
    news:[email protected]...
    > How do I sum numbers from random cells (in other words they are not
    > sequential or patterned) only if the cells contain positive numbers?




+ 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