Excel Tutorial

Excel Tutorial Shortcut Keys in Excel Formatting in Excel Notes in Excel Formats in Excel Cells and Ranges in Excel Excel Function and Formulas Conditional Formatting in Excel Data Validation in Excel Charts in Excel Excel Ribbon Toolbar Basics of Excel Spell Check in Excel Data Analysis in Excel AutoFill in Excel Goal Seek in Excel Solver in Excel Pivots Table in Excel Go-To Special function in Excel Blank cells in Excel Count Cells with Text in Excel Date and Time in Excel-VBA Dependent Drop-down List in Excel Operators in Excel Dependent Combo box in Excel VBA Error Bar in Microsoft Excel Excel Axes Excel File using Password Excel Unique Values Frequency Distribution in Excel Gauge Chart in Excel Histogram in Excel Sum Every Nth Row in Microsoft Excel SumIF Formula in Microsoft Excel Multiplication in Excel Unique Values in Excel Trendline in Excel Excel Themes Copying formula in Excel Check Marks in Excel Calculating the Last Day of the Month in Excel Calculating Age in Excel Insert Row in Excel

Functions

Excel MAX() Function Excel INT() Function Excel MOD() Function Excel ROUND() Function Excel ROUNDUP() Function Excel AVERAGE() Function Excel COUNT() Function Excel COUNTA() Function Excel COUNTBLANK() Function Excel MIN() Function Excel EDATE() Function Excel EOMONTH() Function Excel HOUR() Function Excel MINUTE() Function Excel SECOND() Function Excel TIME() Function Excel WORKDAY() Function Excel WORKDAY.INTL() Function Excel DAYS() Function Excel WEEKNUM() Function Excel WEEKDAY() Function Excel SMALL() Function Excel LARGE() Function Excel LEFT() Function Excel RIGHT() Function Excel MID() Function Excel FIND() Function Excel SEARCH() Function Excel EXACT() Function Excel SUBSTITUTE() Function Excel TEXT() Function Excel VALUE() Function Excel AND() Function Excel OR() Function Excel IFERROR() Function Excel IF() Function Excel Nested IF’s Function Excel IFNA() Function Excel COUNTIFS() Function Excel VLOOKUP() Function Excel HLOOKUP() Function Excel INDEX() Function Excel MATCH() Function Excel OFFSET () Function Averageif Function in Excel

How To

How to import Microsoft Access data into the Microsoft Excel How to use TODAY function in Excel How to Alphabetize in Excel How to remove duplicate values from excel How to lock cells in Excel How to create drop down in excel How to Delete Row in Microsoft Excel How to Highlight Duplicates Words in the Microsoft Excel How to print titles in Excel How to make use of the Wildcard in Excel How to Make Use of the F-Test in Excel How to make use of the Excel Autofit in Excel How to generate random numbers in Excel How to apply Advanced Filter in Excel How to use Index and Match in Excel

Misc

Absolute Value in Excel Adding Column in Excel Converting Units in Excel Count Characters in Excel Custom Sort Order in Excel Decimals in Excel Division in Excel Locate Maximum Values in Excel Nearest Multiple in Excel Paste Options in Excel Quarter Dates in Excel Row Difference in Excel Separate Strings in Excel Reverse List in Excel Array Formula in Excel What if Analysis Data Table in Excel Excel Shortcut Keys What is a spreadsheet in Excel?

Count Cells with Text in Excel

Excel spreadsheets are widely used in many fields to store and analyze data. Usually, the cells present in excel are a combination of numbers and text. To perform the calculation effectively and to understand the data, the user needs to know which cell contains data and which partition is without data. We can create a formula in Microsoft Excel to count the cells that carry text.

In this tutorial, let’s cover the step-by-step implementation of counting cells with text.

Steps to Count Cells with Text Using Formula

Step 1: Add the required data in the range of cells.

Count Cells with Text

STEP 2: To insert the formula select the cell in the worksheet. And enter the formula function COUNTIF (range, criteria), where the range parameter is used to count the cells within chosen cells.

Count Cells with Text

STEP 3: Type the formula mentioned above in the image. The range includes from A2, which is separated by colon A7 (A2:A7) strings. For criteria, add "*" with quotes. The requirements are used to select the cell range which contains the text.

Finally, the formula will look like =COUNTIF (A2:A7,"*")

STEP 4: Press Enter Key. The result will display in the selected cell as shown below.

Count Cells with Text

How to Count Cell in an Excel with Specific Text?

A similar method is followed to count cells with specific text, and a slight change in the formula is done. Instead of criteria, type the required text in the double quote.

Count Cells with Text

STEP 1: Type the formula as =COUNTIF (A2:A7, “ROSE”). Press Enter

Count Cells with Text

STEP 2: The result will be displayed in the above images.

How to count Blank and Non-blank Cells?

To check the blank and Non-blank cells specific formula is used as follows. COUNTBLANK, COUNT and COUNTA prevent the empty and Non-blank cells. It is one of the statistical functions used to check these functions.

COUNT is a function used to check how many cells contain numeric data in the range of cells.

COUNTBLANK- This function checks the number of blank cells in a cell range.

COUNTA- It counts the number of populated cells in the range.

Example1: Count Blank cells in the selected list.

STEP 1: Enter the data in the spreadsheet as follows.

Count Cells with Text

STEP 2: Select the cell where the result wants to display. Enter the formula as =COUNTBLANK (A2:A10)

Count Cells with Text

STEP 3: Press Enter key. The result is displayed in the required cell, which is blank. Here the number of empty cell present is 2. In the required cell the result is displayed as 2.                                                                                                     

Count Cells with Text

Example 2: How to check the Non-Blank Cell?

One can check the Non-Blank cell utilizing using the formula. Cells which contain text, formula, space and numbers are not counted. The procedure is as follows =COUNTA (A2:A10), where A2:A10 is the range of cells. Select the cell where the result is to be displayed. Press Enter key after typing the formula and the result will be displayed in the specified cell.

Count Cells with Text

The result will be displayed in the box as shown below.

Count Cells with Text

The result is displayed as seven, where there are seven non-blank cells.