Lesson#46: Count cells that contain any text or part of that text

Lesson#46: Count cells that contain any text or part of that text

This character “*” (Asterisk)  is used to denote any text within a cell.

1. If you use the formula =COUNTIF(range, “*”) then it will count the numbers of cells having any text within range.

2. If you use =COUNTIF(range, “CEMENT*”) then it counts the number of cells that have text starting with “CEMENT”.

3. If you use =COUNTIF(range, “*43”) then it counts the number of cells that have text ending with 43.

4. If you use =COUNTIF(range, “*ENT*”) then it counts the number of cells that have the text “ENT” at any position.

Summary:

 “*”
Denotes any text
“ABC*”
Denotes any text
starts with “ABC”
“*ABC”
Denotes any text ends
with “ABC”
“*ABC*”
Denotes any text has
“ABC” at any position within the text
See also  Lesson#103: 4 Ways to find duplicate values in a worksheet

Hi! I am Puspendu. I am the founder and author of Excelabcd. I am little creative person, blogger and Excel-maniac guy. I hope you enjoy my blog.

0 Comments on “Lesson#46: Count cells that contain any text or part of that text

Leave a Reply

Your email address will not be published. Required fields are marked *

*