How to Count Cells with Text in Excel: A Step-by-Step Guide

Working on an Excel spreadsheet can be an enjoyable experience, especially when you're crunching numbers to discover new insights. However, when you have to count cells with text, things can get a bit tricky. But don't worry! With this step-by-step guide, you'll learn how to count cells with text in Excel quickly and easily.

The Basics

Before we dive in, let’s start from the basics. A cell can contain a variety of data, including numbers, letters, and symbols. So, when you’re counting cells with text in Excel, you need to determine what counts as text and what doesn’t. In Excel, any entry that includes letters, numbers, and symbols is considered text.

Step 1: Open Your Excel Spreadsheet

The first step is to open your Excel spreadsheet. If you don’t have one, you can easily create a new one by selecting “File” then “New.”

Step 2: Identify the Range of Cells

Next, you need to identify the range of cells that contain the text you want to count. You can do this by clicking on the first cell, then holding down your left mouse button and dragging the cursor to the last cell you want to include in the count. Alternatively, you can simply click on the first cell and then hold down the “Shift” key while you click on the last cell in the range.

Step 3: Use the COUNTIF Function

The COUNTIF function is a simple and effective way to count cells with text in Excel. Here's how it works:

1. Click on the cell where you want the count to appear.
2. Type “=COUNTIF(range, “*”) ”)” where “range” is the range of cells you want to count. In our case, “range” will be the range of cells you identified in Step 2.
3. Press “Enter”. 

For example, let's say you want to count all the cells with the word “apple” in cells A1 to A10. To do this, you would:

1. Click on the cell where you want the count to appear, such as cell B1.
2. Type “=COUNTIF(A1: A10, “*apple*”)”.
3. Press “Enter”. 

Your formula will return the number of cells in the range that meet the criteria (in this case, the word “apple”). 

Step 4: Using the FILTER Function

Another useful way to count cells with text in Excel is the FILTER function. Here's how it works:

1. Click on the cell where you want the count to appear.
2. Type “=SUMPRODUCT(--(LEN(rng)>0))” where “rng” is the range of cells you want to count. In our case, “rng” will be the range of cells you identified in Step 2.
3. Press “Enter”. 

For example, if you want to count how many cells in A1-A100 contain the word "apple" you would write:

=SUMPRODUCT(--(LEN(FILTER(A1:A100, SEARCH("apple", A1:A100,1)>0))>0))

Your formula will return the number of cells in the range that contain the text you're searching for.

The Wrap-up

And there you have it! A quick and easy way to count cells with text in Excel. By following the steps above, you can gain valuable insights about your data and save time in the process. So, next time you need to count cells with text in Excel, just remember: COUNTIF and FILTER are your friends. Happy spreadsheeting!

close
By clicking “Accept”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.