+ Reply to Thread
Results 1 to 4 of 4

Name Range with three requirements

  1. #1
    Carole O
    Guest

    Name Range with three requirements

    Excel 2003

    This is the formula I have:
    =SUMIF((INDEX(QM2S1,,2)),"2-MAKE READY"*INDEX(QM2S1,,3,B2),INDEX(QM2S1,,28))

    What I want it to do is - if the second column of range QM2S1 = 2-MAKE
    READY, and the third column of range QM2S1 = B2 (date), then sum the 28th
    column of range QM2S1.

    I've tried both SUMIF (no result), and SUMPRODUCT (# VALUE) result.

    TIA,
    Carole O


  2. #2
    Bob Umlas
    Guest

    Re: Name Range with three requirements

    You're multiplying text by something...
    try:
    =SUMPRODUCT((INDEX(QM2S1,,2)="2-MAKE
    READY")*(INDEX(QM2S1,,3)=B2)*INDEX(QM2S1,,28))

    "Carole O" <[email protected]> wrote in message
    news:[email protected]...
    > Excel 2003
    >
    > This is the formula I have:
    > =SUMIF((INDEX(QM2S1,,2)),"2-MAKE

    READY"*INDEX(QM2S1,,3,B2),INDEX(QM2S1,,28))
    >
    > What I want it to do is - if the second column of range QM2S1 = 2-MAKE
    > READY, and the third column of range QM2S1 = B2 (date), then sum the 28th
    > column of range QM2S1.
    >
    > I've tried both SUMIF (no result), and SUMPRODUCT (# VALUE) result.
    >
    > TIA,
    > Carole O
    >




  3. #3
    Carole O
    Guest

    Re: Name Range with three requirements

    Bob -

    Thanks soooooo much! That did it. I never would have thought of your
    solution.

    Gratefully,
    Carole O


    "Bob Umlas" wrote:

    > You're multiplying text by something...
    > try:
    > =SUMPRODUCT((INDEX(QM2S1,,2)="2-MAKE
    > READY")*(INDEX(QM2S1,,3)=B2)*INDEX(QM2S1,,28))
    >
    > "Carole O" <[email protected]> wrote in message
    > news:[email protected]...
    > > Excel 2003
    > >
    > > This is the formula I have:
    > > =SUMIF((INDEX(QM2S1,,2)),"2-MAKE

    > READY"*INDEX(QM2S1,,3,B2),INDEX(QM2S1,,28))
    > >
    > > What I want it to do is - if the second column of range QM2S1 = 2-MAKE
    > > READY, and the third column of range QM2S1 = B2 (date), then sum the 28th
    > > column of range QM2S1.
    > >
    > > I've tried both SUMIF (no result), and SUMPRODUCT (# VALUE) result.
    > >
    > > TIA,
    > > Carole O
    > >

    >
    >
    >


  4. #4
    bj
    Guest

    RE: Name Range with three requirements

    try naming the ranges refered to in your equations and use a sumproduct like
    =sumproduct(--(range2="2-MAKE READY"),--(range3=$B$2),range 28)
    (I have not been able to make a index inside a Sumproduct work)
    "Carole O" wrote:

    > Excel 2003
    >
    > This is the formula I have:
    > =SUMIF((INDEX(QM2S1,,2)),"2-MAKE READY"*INDEX(QM2S1,,3,B2),INDEX(QM2S1,,28))
    >
    > What I want it to do is - if the second column of range QM2S1 = 2-MAKE
    > READY, and the third column of range QM2S1 = B2 (date), then sum the 28th
    > column of range QM2S1.
    >
    > I've tried both SUMIF (no result), and SUMPRODUCT (# VALUE) result.
    >
    > TIA,
    > Carole O
    >


+ 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