+ Reply to Thread
Results 1 to 4 of 4

Counting if with multiple criteria

  1. #1
    Forum Contributor
    Join Date
    11-06-2012
    Posts
    139

    Counting if with multiple criteria

    Is their a easier method/different method to write this formula? It's about counting if with multiple criteria.

    Please Login or Register  to view this content.
    Thnx

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Counting if with multiple criteria

    Countifs works with multiple conditions, have you tried to adjust it using that?
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Contributor
    Join Date
    11-06-2012
    Posts
    139

    Re: Counting if with multiple criteria

    The formula works, but if i have to adjust the C's. It's just a lot of work. So i hope there maybe was an easier way to write the formula.

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Counting if with multiple criteria

    I'm not following what you mean by having to adjust the C's. But I tested your formula with dummy data and found that this part of it can be replaced with this...
    =MIN(COUNTIF(A2:B2,B16),COUNTIF(A2:B2,C16))
    =MIN(COUNTIFS(A2:B2,B16,A3:B3,C16))
    so you might be able to continue it on as =MIN(COUNTIFS(A2:B2,B16,A3:B3,C16,A4:B4,B16,A5:B5,C16)) etc. adding the $ to the parts of the formula you want to lock in.

    EDIT: BTW, my version uses , you would need to substitue ; for it to work for you.
    Last edited by Sam Capricci; 06-13-2014 at 09:08 AM.

+ 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] Counting Multiple Criteria from a List of Criteria
    By ncurran217 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-17-2013, 11:50 AM
  2. Replies: 3
    Last Post: 03-01-2012, 06:17 AM
  3. show Counting criteria with multiple criteria
    By Peter Harris in forum Excel General
    Replies: 2
    Last Post: 01-29-2009, 09:26 AM
  4. Counting Cells with multiple criteria.One criteria supporting wild
    By Azhar Saleem in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-12-2005, 07:06 AM
  5. [SOLVED] Counting Cells with multiple criteria.One criteria supporting wild
    By Azhar Arain in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-12-2005, 05:06 AM

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