+ Reply to Thread
Results 1 to 2 of 2

Count of Cell Color for Each ID

  1. #1
    Forum Contributor
    Join Date
    10-18-2016
    Location
    Chicago, USA
    MS-Off Ver
    Office 365
    Posts
    220

    Count of Cell Color for Each ID

    Hi All,

    I am trying to accomplish the following : Count the cell color for each ID for each of ID'S as below: Can you please let me know how to achieve the same..

    I have attached the sample workbook on the same on what I want....Can you please let me know as to how to go about it...


    Thanks,
    Aruin
    Attached Files Attached Files

  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: Count of Cell Color for Each ID

    to count colored cells you need to use VBA. If however you have a formula that you use to "conditionally format" the cells you can use the same formula to count.
    Lastly, this is a formula that I came up with that keys on the similarities between your colored cells that appears to give the same results you noted...
    =SUMPRODUCT(($A$2:$A$12=A2)*($B$2:$B$12={"chat","rep"})) maybe that is all you need.

    EDIT: and adjust the ranges as your data requires.
    Last edited by Sam Capricci; 09-11-2018 at 02:05 PM.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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] Cell Count If Background Color is a Certain Color - Automatically
    By woutie in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 09-10-2018, 08:20 AM
  2. [SOLVED] Count cell color
    By john55 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-07-2018, 09:03 AM
  3. Count consecutive cell until blank and change the cell color.
    By JuauM in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-09-2017, 03:36 AM
  4. [SOLVED] Count Cell Color
    By Poh Kai Siang in forum Excel Programming / VBA / Macros
    Replies: 20
    Last Post: 04-12-2015, 11:56 AM
  5. [SOLVED] how to count & sum cell color
    By kishoreattoti in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-14-2014, 10:33 AM
  6. cell color count
    By Dumy in forum Excel - New Users/Basics
    Replies: 10
    Last Post: 08-24-2011, 07:08 AM
  7. Can you count a certain color cell?
    By bkd in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-09-2006, 05:10 AM

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