), asterisk(*), or tilde (~).

A question mark (?)

matches any one character and an asterisk (*) matches zero or more characters of any kind.

Count cells that begin with SUMPRODUCT and LEFT

The tilde (~) is an escape character to matchliteralwildcards that may appear indata.

In this example, we only need to use an asterisk (*).

Notice that COUNTIF isnotcase-sensitive.

Count cells that begin with SUMPRODUCT and LEFT

For example, to make the formula case-sensitive, we can add theEXACT function.

However, one quirk of the FIND function is that it will return a #VALUE!

This makes the formula a bit more cryptic.

Count cells that begin with SUMPRODUCT and LEFT

Still, I do like this formula.

For example, =LEFT(“apple”,3) returns “app”.

LEN will also count characters in numbers, but number formatting is not included.

Count cells that begin with SUMPRODUCT and LEFT

Count cells that begin with SUMPRODUCT and LEFT

Count cells that begin with SUMPRODUCT and EXACT

Count cells that begin with SUMPRODUCT and FIND

Excel formula: Count cells that end with

Excel formula: Count cells that contain specific text

Excel formula: Count cells equal to case sensitive

Excel formula: Count cells that contain case sensitive

Excel COUNTIF function

Excel SUMPRODUCT function

Excel LEFT function

Excel LEN function

Excel EXACT function

Count cells that begin with SUMPRODUCT and LEFT

Count cells that begin with SUMPRODUCT and EXACT

Count cells that begin with SUMPRODUCT and FIND