+ Reply to Thread
Results 1 to 2 of 2

SUMIF with multiple criteria for multiple columns to sum a single

  1. #1
    SavageMind
    Guest

    SUMIF with multiple criteria for multiple columns to sum a single

    I have a large database. I want to use a SUMIF or similar command to search a
    single column, then search again within those results under another criteria,
    then either AVERAGE or SUM the another column based on those results.
    The columns I'm searching (filtering) all have a repeated formula in them so
    this needs to go in it's own cell(s) sepately and work.

  2. #2
    Tom Ogilvy
    Guest

    Re: SUMIF with multiple criteria for multiple columns to sum a single

    for multiple criteria, you can use sumproduct

    =sumproduct(--(A1:A10>3),--(A1:A10<12),B1:B10)

    --
    Regards,
    Tom Ogilvy

    "SavageMind" <[email protected]> wrote in message
    news:[email protected]...
    > I have a large database. I want to use a SUMIF or similar command to

    search a
    > single column, then search again within those results under another

    criteria,
    > then either AVERAGE or SUM the another column based on those results.
    > The columns I'm searching (filtering) all have a repeated formula in them

    so
    > this needs to go in it's own cell(s) sepately and work.




+ 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