Question

How do I count the number of cells that contain the string "A*" - without treating the star as a wildcard character?

Was it helpful?

Solution

Quoted directly from Excel help documents: "If you want to find an actual question mark or asterisk, type a tilde (~) before the character."

COUNTIF(A1:A4,"A~*")

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top