+ Reply to Thread
Results 1 to 3 of 3

Count Multiple values occurring in other range

  1. #1
    Registered User
    Join Date
    03-12-2022
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    93

    Count Multiple values occurring in other range

    I have a Table Color_List[Colors] of multiple values (Blue & Green).

    I would like to get a total count of these values if they occur in another table [RawColors] AND if another criteria is met (Status is Active).

    Below formula did not work:

    COUNTIFS(RawColors[Status], "Active", RawColors[Colors], Color_List[Colors])
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,780

    Re: Count Multiple values occurring in other range

    J3=SUMPRODUCT(COUNTIFS(RawColors[Colors],Color_List[Colors],RawColors[Status],"Active"))

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,069

    Re: Count Multiple values occurring in other range

    Just wrap it in sum
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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] Please Help with Formula which will Count re-occurring Data
    By Liverpool6 in forum Excel Formulas & Functions
    Replies: 23
    Last Post: 07-01-2019, 06:51 AM
  2. [SOLVED] Get a count of multiple values from a range within a single cell?
    By ziggyztz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-04-2017, 04:21 PM
  3. Replies: 5
    Last Post: 07-22-2014, 03:33 AM
  4. count blanks until multiple criteria occurring after 1st blank
    By stew_man in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-11-2011, 04:41 PM
  5. Count multiple values in cell with range criteria
    By leanne13 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-06-2009, 02:26 PM
  6. [SOLVED] count number occurring within specific date range
    By Biff in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-11-2006, 01:40 PM
  7. count number occurring within specific date range
    By Ducky in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-11-2006, 01:35 PM

Tags for this Thread

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