As the formula is copied down, it returns a count of each color in column B. This formula uses the full column reference B:B for convenience. You can also use an absolute reference like $B$5:$B$16. An Excel Table would also be a good option. See also: Running count of occurence in list, and Summary count with COUNTIFS

COUNTIFS function

The COUNTIFS function returns the count of cells that meet one or more criteria. COUNTIFS can be used with criteria based on dates, numbers, text, and other conditions. COUNTIFS supports logical operators (>,<,<>,=) and wildcards (*,?) for partial matching. The COUNTIFS function takes multiple criteria in range/criteria pairs — each pair contains one range and the associated criteria for that range: In this example, we want to count each value in column B, starting with cell B5. To do this, we can use a formula like this in cell C5: The result in cell C5 is 4, since “Red” appears 4 times in column B. As the formula is copied down, it returns a count for each value in B5:B16. Note this formula uses the full column reference B:B for convenience. You can also use an absolute reference like this: As an alternative, you could use an Excel Table to hold the data, then use a structured reference.

With two criteria

In the workbook below, we have Color and Price. By adding a second range/criteria pair to COUNTIFS, we can count the combination of Color and Price like this:   Because both range/criteria pairs appear in the same COUNTIFs function, they link the values in column B with those in column C, and COUNTIFS generates a count of each Color and Price combination that appears in the table. Notice these counts are different from the original example above, because some of the same colors have different prices.

Dave Bruns

Hi - I’m Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.