+ Reply to Thread
Results 1 to 6 of 6

get sumif

  1. #1
    jiwolf
    Guest

    get sumif

    I am looking to sumif the value in a cell is between 1 and 10. I am ok
    with values above 10,

    =SUMIF(A1:A100,">10",B1:B100) but I cant get above a certain value and
    below another! any help please?


    Pete



  2. #2
    Domenic
    Guest

    re: get sumif

    Try...

    =SUMIF(A1:A100,">=1",B1:B100)-SUMIF(A1:A100,">10",B1:B100)

    Hope this helps!

    In article <[email protected]>,
    "jiwolf" <[email protected]> wrote:

    > I am looking to sumif the value in a cell is between 1 and 10. I am ok
    > with values above 10,
    >
    > =SUMIF(A1:A100,">10",B1:B100) but I cant get above a certain value and
    > below another! any help please?
    >
    >
    > Pete


  3. #3
    Bob Phillips
    Guest

    re: get sumif

    =SUMPRODUCT(--(A1:A100>10),--(A1:A100<20),B1:B1:B100)

    --
    HTH

    Bob Phillips

    "jiwolf" <[email protected]> wrote in message
    news:[email protected]...
    > I am looking to sumif the value in a cell is between 1 and 10. I am ok
    > with values above 10,
    >
    > =SUMIF(A1:A100,">10",B1:B100) but I cant get above a certain value and
    > below another! any help please?
    >
    >
    > Pete
    >
    >




  4. #4
    Registered User
    Join Date
    04-20-2005
    Posts
    48
    I keep seeing "--" in sumproduct functions: =SUMPRODUCT(--(A1:A100....

    What does the "--" mean/do?

  5. #5
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Quote Originally Posted by carlyman
    I keep seeing "--" in sumproduct functions: =SUMPRODUCT(--(A1:A100....

    What does the "--" mean/do?
    Have a look at the following link...

    http://www.mcgimpsey.com/excel/formulae/doubleneg.html

    Hope this helps!

  6. #6
    Bob Phillips
    Guest

    re: get sumif

    See http://www.xldynamic.com/source/xld.SUMPRODUCT.html

    --
    HTH

    Bob Phillips

    "carlyman" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I keep seeing "--" in sumproduct functions: =SUMPRODUCT(--(A1:A100....
    >
    > What does the "--" mean/do?
    >
    >
    > --
    > carlyman
    > ------------------------------------------------------------------------
    > carlyman's Profile:

    http://www.excelforum.com/member.php...o&userid=22440
    > View this thread: http://www.excelforum.com/showthread...hreadid=379110
    >




+ 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