+ Reply to Thread
Results 1 to 3 of 3

COUNTIF multiple range / multiple criteria

  1. #1
    Registered User
    Join Date
    05-24-2007
    Posts
    2

    Question COUNTIF multiple range / multiple criteria

    I am trying to display a count of values in one column where another column has a different criteria.

    example:
    column A:A has COMPLETE or CANCEL

    column H:H has 136-656 or 136-598 or 165-58

    I want to find out how many rows have CANCEL in column A:A where column H:H = 136-598

    Help??

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    =SUMPRODUCT((A1:A10000="CANCEL")*(H1:H10000="136-598"))

    You may need to adjust the ranges. Sumproduct does not work with entire rows. HTH

    Jason

  3. #3
    Registered User
    Join Date
    05-24-2007
    Posts
    2

    Thanks

    That did the trick. I was getting blindered by the COUNTIF function.

+ 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