Count cells that begin or end with specific text
This article is going to show you how to count cells that begin or end with specific text in a range in Excel with the COUNTIF function.
Count cells that begin with specific text in a certain range
Count cells that end with specific text in a certain range
The following formula can be used to deal with the two situations mentioned in this tutorial.
Generic Formula
=COUNTIF(range, criteria)
Arguments
Range (required): The range from which you want to count cells that begin or end with specific text;
Criteria (required): The text string you look for.
Count cells that begin with specific text in a certain range
The COUNTIF formula can help to easily count the number of cells that begin with specific text in a certain rang in Excel.
1. Select a blank cell to output the result.
2. Enter the below formula into it and press the Enter key. Select the result cell, and then drag the Fill Handle over the below cells to get the results for other criteria.
=COUNTIF($B$3:$B$9,D3)
Count cells that end with specific text in a certain range
Supposing you want to separately count the number of cells that end with character J or M in range B3:B9 as the below screenshot shown, you can do as follows.
1. Select a blank cell (E3 in this case) to place the result.
2. Enter the below formula into it and press the Enter key. Select this result cell and then drag its AutoFill Handle across the below cell to apply the formula.
=COUNTIF($B$3:$B$9,D3)
Now the number of cells that ends with specified character have been calculated as the above screenshot shown.
Notes:
Related functions
Excel COUNTIF function
The Excel COUNTIF function is used to count the number of cells that meet a criterion.
Related formulas
Count Blank/Nonblank Cells
This article explains formulas to count the number of blank and nonblank cells in a range in Excel.
Count cells that contain either x or y
This tutorial is going to show you how to apply a formula based on the SUMPRODUCT function in details to count the number of cells in a specific range that contain either x or y in Excel.
Count cells that contain specific text with case sensitive
This tutorial provides a formula in details to count the number of cells that contains specific text with case sensitive in a range in Excel.
Count how many cells contain errors
This tutorial shows how to count the number of cells that contains errors (any kind of errors, such as #N/A error, #VALUE! error or #DIV/0! error) in a specified range in Excel.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
