Table of Contents
Searching for a question mark in Excel can be easily done by using the “Find and Replace” function. Simply go to the Home tab and click on the “Find and Replace” option. In the “Find what” field, type in the “?” symbol and click “Find Next”. This will highlight all the question marks in the Excel sheet. Alternatively, you can use the “Ctrl + F” shortcut to access the Find and Replace dialog box. This feature is useful for quickly locating specific symbols or characters within the data in an Excel spreadsheet.
Search for a Question Mark in Excel
You can use the following formula to check if a given cell in Excel contains a question mark anywhere in the cell:
=IF(ISNUMBER(SEARCH("~?", A2)), "Yes", "No")
This particular formula checks if cell A2 contains a question mark and returns “Yes” if it does.
Otherwise, it returns “No.”
Note: The tilde symbol (~) in Excel indicates that the next character is a literal.
The following example shows how to use this formula in practice.
Example: Search for Question Mark in Cell in Excel
Suppose we have the following list of phrases in Excel:

Suppose we would like to search each phrase in column A to determine if it contains a question mark or not.
To do so, we can type the following formula into cell B2:
=IF(ISNUMBER(SEARCH("~?", A2)), "Yes", "No")We can then click and drag this formula down to each remaining cell in column B:

The formula returns “Yes” if the phrase contains a question mark.
Otherwise, it returns “No” if no question mark is found.
For example, we can see:
- The first phrase does not contain a question mark.
- The second phrase does contain a question mark.
- The third phrase does contain a question mark.
And so on.
Note that if you’d like to return values other than “Yes” and “No”, simply replace these values in the formula with whatever values you’d like.
Also note that you can use the following formula to return TRUE or FALSE to indicate whether a cell contains a question mark or not:
=ISNUMBER(SEARCH("~?", A2))The following screenshot shows how to use this formula in practice:

The formula returns TRUE or FALSE to indicate whether each phrase contains a question mark or not.
The following tutorials explain how to perform other common tasks in Excel:
Cite this article
stats writer (2024). How can I search for a question mark in Excel?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-can-i-search-for-a-question-mark-in-excel/
stats writer. "How can I search for a question mark in Excel?." PSYCHOLOGICAL SCALES, 25 Jun. 2024, https://scales.arabpsychology.com/stats/how-can-i-search-for-a-question-mark-in-excel/.
stats writer. "How can I search for a question mark in Excel?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/how-can-i-search-for-a-question-mark-in-excel/.
stats writer (2024) 'How can I search for a question mark in Excel?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-can-i-search-for-a-question-mark-in-excel/.
[1] stats writer, "How can I search for a question mark in Excel?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, June, 2024.
stats writer. How can I search for a question mark in Excel?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.
