+ Reply to Thread
Results 1 to 2 of 2

Sumif with two conditions?

  1. #1
    Registered User
    Join Date
    07-13-2006
    Posts
    1

    Sumif with two conditions?

    How to use "sumif" funtion in which there are tow criteria?
    A B
    10 1
    13 2
    15 3
    20 12
    I want calculation col B with criteria col A >10, <15.
    Who help me?

  2. #2
    Trevor Shuttleworth
    Guest

    Re: Sumif with two conditions?

    Thiensu

    =SUMPRODUCT((A1:A4>10)*(A1:A4<15)*(B1:B4))

    adjust the range to suit

    Regards

    Trevor


    "thiensu" <[email protected]> wrote in
    message news:[email protected]...
    >
    > How to use "sumif" funtion in which there are tow criteria?
    > A B
    > 10 1
    > 13 2
    > 15 3
    > 20 12
    > I want calculation col B with criteria col A >10, <15.
    > Who help me?
    >
    >
    > --
    > thiensu
    > ------------------------------------------------------------------------
    > thiensu's Profile:
    > http://www.excelforum.com/member.php...o&userid=36317
    > View this thread: http://www.excelforum.com/showthread...hreadid=560967
    >




+ 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