+ Reply to Thread
Results 1 to 2 of 2

Multiple criteria help...

  1. #1
    Registered User
    Join Date
    05-20-2006
    Posts
    1

    Multiple criteria help...

    So I need to have Excel check one column for a particular value and then check a different column in the same row if the it found the particular value in the original column.

    In the end I need it to tally up the total amount of finding x in this col/row and finding y in the next col/same row.

    I've been toying with this for hours.

    Heres sort of what I am talking about

    if(col/row = "whatever" and col/same row = "this", return/sum/count)

    Please help me!!!!

    THX

    -Anthony

    ps noob to the forum, but not noob to excel.

  2. #2
    Biff
    Guest

    Re: Multiple criteria help...

    Hi!

    Try this to COUNT how many times X appears in column A and Y appears in
    column B:

    =SUMPRODUCT(--(A1:A100="X"),--(B1:B100="Y"))

    Try this to get the SUM of column C where column A contains X and column B
    contains Y:

    =SUMPRODUCT(--(A1:A100="X"),--(B1:B100="Y"),C1:C100)

    Biff

    "iamtwon" <[email protected]> wrote in
    message news:[email protected]...
    >
    > So I need to have Excel check one column for a particular value and then
    > check a different column in the same row if the it found the particular
    > value in the original column.
    >
    > In the end I need it to tally up the total amount of finding x in this
    > col/row and finding y in the next col/same row.
    >
    > I've been toying with this for hours.
    >
    > Heres sort of what I am talking about
    >
    > if(col/row = "whatever" and col/same row = "this", return/sum/count)
    >
    > Please help me!!!!
    >
    > THX
    >
    > -Anthony
    >
    > ps noob to the forum, but not noob to excel.
    >
    >
    > --
    > iamtwon
    > ------------------------------------------------------------------------
    > iamtwon's Profile:
    > http://www.excelforum.com/member.php...o&userid=34630
    > View this thread: http://www.excelforum.com/showthread...hreadid=544027
    >




+ 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