A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
"?" is a wildcard meaning "any character". To specify that you want ? as a literal character, prefix it with a tilda ~
=COUNTIF(C10:C45,"~?")
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
=COUNTIF(C10:C45,"?") seems to work as count if not blank rather than counting question marks. how can i count question marks?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
"?" is a wildcard meaning "any character". To specify that you want ? as a literal character, prefix it with a tilda ~
=COUNTIF(C10:C45,"~?")
thanks that worked, id tried double quotes and single and double.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more