Count Cells by Color with Conditional Formatting in Excel (3 Methods)

 

The sample dataset contains the Salesman, Product, and Net Sales of a company.

Count Cells by Color with Conditional Formatting

The Conditional Formatting feature in Excel is used to format the font color, border, etc. of a cell, based on a given condition.

In this case, we will color the sales in Light Red where it exceeds $10,000.

STEPS:

  • Select the range of cells to work with.

Count Cells by Color with Conditional Formatting

  • Select Greater Than from Highlight Cell Rules options in the Conditional Formatting drop-down list under the Home tab.

Count Cells by Color with Conditional Formatting

  • A dialog box will appear. Type 10000 in the Format cells that are GREATER THAN box and select Light Red Fill in the with section.
  • Press OK.

  • Sales which exceed $10,000 appear in light red color as in the following picture.


Method 1 – Applying Excel Filter to Count Cells by Color with Conditional Formatting

 

STEPS:

  • Select cell D4.

Excel Filter Feature to Count Cells by Color with Conditional Formatting

  • Under the Home tab, in the Editing group, select Filter from the ‘Sort & Filter’ drop-down.

Excel Filter Feature to Count Cells by Color with Conditional Formatting

  • Select the drop-down symbol beside the header Net Sales.
  • Select the light red color from the Filter by Cell Color options as shown below.

Excel Filter Feature to Count Cells by Color with Conditional Formatting

  • Select cell D12 and type the formula:
=SUBTOTAL(2,D6:D8)

Here, 2 is the function number for counting and D6:D8 is the range.

  • Press Enter and you’ll get the desired count result.


Method 2 – Counting Colored Cells with Conditional Formatting with Excel Table

 

STEPS:

  • Select the range.

Table Feature for Counting Colored Cells with Conditional Formatting in Excel

  • Under the Insert tab, select Table.

Table Feature for Counting Colored Cells with Conditional Formatting in Excel

  • A dialog box will pop up. Click the My table has headers box.
  • Press OK.

Table Feature for Counting Colored Cells with Conditional Formatting in Excel

  • Click the drop-down symbol beside the header Net Sales.
  • Select the light red color from the Filter by Cell Color options in the Filter by Color list.

Table Feature for Counting Colored Cells with Conditional Formatting in Excel

  • This will return the table with the selected cell color only.
  • Select any cell inside the table and you’ll see a new tab named Table Design.
  • Check the Total Row box which you’ll find in the Table Style Options list under the Table Design tab.

Table Feature for Counting Colored Cells with Conditional Formatting

  • A new row just under the table will appear with the sum of the sales in cell D11.

  • Click the drop-down symbol in cell D11 and select Count from the list.

  • Cell D11 will show the colored cell count.


Method 3 – Using Excel Sort Tool to Count Conditionally Formatted Colored Cells

 

STEPS:

  • Select any colored cell you want to work with. In this case, cell D6 is selected.

Count Conditionally Formatted Colored Cells with Excel Sort Feature

  • Right-click on the mouse and select Put Selected Cell Color On Top from the Sort option.

Count Conditionally Formatted Colored Cells with Excel Sort Feature

  • Select the colored cells as shown below.

  • The count of the colored cells appears at the bottom-right-hand side of the workbook.


Download Practice Workbook

To practice by yourself, download the following workbook.


<< Go Back to Colored Cells | Count Cells | Formula List | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Aung Shine
Aung Shine

Aung Shine completed his bachelor’s in Electrical and Electronics Engineering from Bangladesh University of Engineering and Technology. It has been almost 2 years since he joined SOFTEKO and actively working on the ExcelDemy project. Currently he works as a Team Leader where he guides his team members to create technical content. He has published 150+ articles and reviewed 50+ articles. He has also solved various user problems before. He has interests in Data Analysis, Power Query, Advanced Excel,... Read Full Bio

4 Comments
  1. So no formulae to keep a running count of items that have broken the conditional formatting threshold preset?
    It’s easy to check the count on hand, but I need to write a formulae so another table updates with the status of the conditional formatting thresholds.

    • Reply Avatar photo
      Mohammad Shah Miran Mar 9, 2023 at 3:19 PM

      Thank you VIRGIAL for your query. Yes, you can use the COUNTIF function to count the number of items that have broken the Conditional Formatting threshold value. For doing this, write down the following formula in your desired cell. (eg. D11)
      =COUNTIF(D5:D10, "<12000")
      Here, D5:D10 is the data range for which you want to set your condition and 12000 is the Conditional Formatting threshold value.
      Additionally, the following image can be useful to comprehend the task.
      counting items

  2. hello,
    Is there any method wherein one can count the number of conditional formatted color cells in row, one row at a time. formula based. each cells belongs to different column with conditional format for highlighting the Top/Bottom figures in respective columns as result the specific cell in the column gets highlighted depending on figure in that cell meeting the condition.
    Been searching for answers/Tips in the net since a long time.

    Regards

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo