Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

How To Count Cells That Contain Exactly N Characters

Example

=COUNTIF($B$3:$B$11,REPT(“?”,D3))

Generic Formula

=COUNTIF(Range,REPT(“?”,N))
  • Range – This is the range of cells to count.
  • N – This the number of characters to count.

What It Does

This formula will count the number of cells in a given range which contain exactly N characters.

How It Works

This formula makes use of the question mark “?” character which is a wildcard for exactly one character.

REPT(“?”,N) will return a text string made of exactly N question marks. In our example REPT(“?”,2) returns “??“.

COUNTIF(Range,”??”) will then count all the cells in the Range that contain exactly 2 characters because of the two “?” wildcard characters in the COUNTIF criteria. In our example Range has 3 cells which contain exactly 2 characters, so COUNTIF(Range,”??”) returns 3.

About the Author

John MacDougall

John MacDougall

John is a Microsoft MVP and qualified actuary with over 15 years of experience. He has worked in a variety of industries, including insurance, ad tech, and most recently Power Platform consulting. He is a keen problem solver and has a passion for using technology to make businesses more efficient.

Subscribe

Subscribe for awesome Microsoft Excel videos 😃

John MacDougall

I’m John, and my goal is to help you Excel!

You’ll find a ton of awesome tips, tricks, tutorials, and templates here to help you save time and effort in your work.

Related Posts

Comments

0 Comments

Get the Latest Microsoft Excel Tips

Follow Us

Follow us to stay up to date with the latest in Microsoft Excel!

Subscribe for awesome Microsoft Excel videos 😃