Special characters for pattern matching (used in functions like COUNTIF). "*" matches any sequence of characters; "?" matches any single character.
=COUNTIF(A1:A10,"A*") counts cells starting with "A".