How do I count the number of cells that contain the string “A*” – without treating the star as a wildcard character?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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~*”)