+ Reply to Thread
Results 1 to 5 of 5

Does SUMIF in Excel, take multiple criteria input?

  1. #1
    Xray_Dave
    Guest

    Does SUMIF in Excel, take multiple criteria input?

    I am trying to SUM by month, what is spent on different products or buckets.
    The formula I have been trying to make work is:
    '=SUMIF(D10:E40,(AND(MONTH(1),G3)),F10:F40) where:

    RANGE=D10:E40. Months are in Col D10:D40, and buckets are in E10:E40.
    CRITERIA=(AND(MONTH(1),G3))
    SUMRANGE=F10:F40
    I have tried several others but don't seem to get even close.
    Thanks
    Dave

  2. #2
    Peo Sjoblom
    Guest

    Re: Does SUMIF in Excel, take multiple criteria input?

    =SUMPRODUCT(--(ISNUMBER(D10:D40),--(MONTH(D10:D40)=1),--(E10:E40=G3),F10:F40
    )

    --

    Regards,

    Peo Sjoblom

    "Xray_Dave" <[email protected]> wrote in message
    news:[email protected]...
    > I am trying to SUM by month, what is spent on different products or

    buckets.
    > The formula I have been trying to make work is:
    > '=SUMIF(D10:E40,(AND(MONTH(1),G3)),F10:F40) where:
    >
    > RANGE=D10:E40. Months are in Col D10:D40, and buckets are in E10:E40.
    > CRITERIA=(AND(MONTH(1),G3))
    > SUMRANGE=F10:F40
    > I have tried several others but don't seem to get even close.
    > Thanks
    > Dave




  3. #3
    Scott Wagner
    Guest

    RE: Does SUMIF in Excel, take multiple criteria input?

    Take a look at these:
    http://www.cpearson.com/excel/array.htm
    http://www.contextures.com/xlFunctio...tml#SumProduct

    "Xray_Dave" wrote:

    > I am trying to SUM by month, what is spent on different products or buckets.
    > The formula I have been trying to make work is:
    > '=SUMIF(D10:E40,(AND(MONTH(1),G3)),F10:F40) where:
    >
    > RANGE=D10:E40. Months are in Col D10:D40, and buckets are in E10:E40.
    > CRITERIA=(AND(MONTH(1),G3))
    > SUMRANGE=F10:F40
    > I have tried several others but don't seem to get even close.
    > Thanks
    > Dave


  4. #4
    Xray_Dave
    Guest

    RE: Does SUMIF in Excel, take multiple criteria input?

    Scott Wagner,
    Thanks for the references, they were right-on target.
    Xray_Dave

    "Scott Wagner" wrote:

    > Take a look at these:
    > http://www.cpearson.com/excel/array.htm
    > http://www.contextures.com/xlFunctio...tml#SumProduct
    >
    > "Xray_Dave" wrote:
    >
    > > I am trying to SUM by month, what is spent on different products or buckets.
    > > The formula I have been trying to make work is:
    > > '=SUMIF(D10:E40,(AND(MONTH(1),G3)),F10:F40) where:
    > >
    > > RANGE=D10:E40. Months are in Col D10:D40, and buckets are in E10:E40.
    > > CRITERIA=(AND(MONTH(1),G3))
    > > SUMRANGE=F10:F40
    > > I have tried several others but don't seem to get even close.
    > > Thanks
    > > Dave


  5. #5
    Xray_Dave
    Guest

    Re: Does SUMIF in Excel, take multiple criteria input?

    Peo Sjoblom,
    Thanks for your reply, they were of great help.
    Xray_Dave

    "Peo Sjoblom" wrote:

    > =SUMPRODUCT(--(ISNUMBER(D10:D40),--(MONTH(D10:D40)=1),--(E10:E40=G3),F10:F40
    > )
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > "Xray_Dave" <[email protected]> wrote in message
    > news:[email protected]...
    > > I am trying to SUM by month, what is spent on different products or

    > buckets.
    > > The formula I have been trying to make work is:
    > > '=SUMIF(D10:E40,(AND(MONTH(1),G3)),F10:F40) where:
    > >
    > > RANGE=D10:E40. Months are in Col D10:D40, and buckets are in E10:E40.
    > > CRITERIA=(AND(MONTH(1),G3))
    > > SUMRANGE=F10:F40
    > > I have tried several others but don't seem to get even close.
    > > Thanks
    > > Dave

    >
    >
    >


+ 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