+ Reply to Thread
Results 1 to 3 of 3

Countifs formula with multiple criteria against a single range

  1. #1
    Registered User
    Join Date
    08-21-2017
    Location
    Brisbane
    MS-Off Ver
    Office 2010 (and 365 at home)
    Posts
    1

    Countifs formula with multiple criteria against a single range

    hi there, long time lurker, first time poster.

    I'm trying to use a countifs formula - I'm fairly proficient in these but this time i've got a curve ball and struggling to get past it.

    In one of the range, criteria arguments I want to count on multiple criteria within the same range. I've tried a few different attempts with things i've found on the web but to no avail.

    my current formula looks like this. I'm trying to find a better way rather than creating a huge replicating formula for the 3 criteria, and i've tried to build an array into multi-criteria part.

    =COUNTIFS(WAIT_Data[report month],h$3,Wait_Data[CCCLCC],{"485abc","485def","485ghi"})

    regardless of whether i CTRL+SHIFT+ENTER for the array formula it only returns the countif based on the first of the three criteria.

    any suggestions for how to get around this?


    (the above is an insert of the full formula, there are actually 6 range/criteria combinations but all but the last one is calculating fine)

    Cheers,
    GH

  2. #2
    Forum Contributor
    Join Date
    09-18-2015
    Location
    Republic of Korea
    MS-Off Ver
    2010
    Posts
    314

    Re: Countifs formula with multiple criteria against a single range

    =sumproduct(countifs...

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,179

    Re: Countifs formula with multiple criteria against a single range

    Try:

    =SUM(COUNTIFS(WAIT_Data[report month],h$3,Wait_Data[CCCLCC],{"485abc","485def","485ghi"}))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] COUNTIFS with Multiple Text Criteria in Same Criteria Range
    By xl2016 in forum Excel General
    Replies: 5
    Last Post: 06-18-2017, 05:00 AM
  2. Countifs with multiple criteria in single criteria range
    By SUHAS KARHADKAR in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-01-2016, 10:55 AM
  3. Countifs with multiple criteria in single criteria range
    By MCP313 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-01-2016, 03:51 AM
  4. [SOLVED] COUNTIFS with multiple criteria in the same criteria range
    By Faridwahidi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-23-2015, 01:04 PM
  5. [SOLVED] Using COUNTIFS, counting more than one value in a single criteria range
    By litesnsirens in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-18-2014, 09:07 PM
  6. COUNTIFS with Multiple Criteria in One Range
    By mphillips in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-19-2013, 02:43 PM
  7. Countifs with multiple criteria in a single range
    By Wolfpackfan320 in forum Excel General
    Replies: 1
    Last Post: 02-27-2012, 04:54 PM

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