Size: 713
Comment: Cleanup
|
Size: 759
Comment: Cleanup
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Excel/SearchQueries |
Excel Search Queries
A description of Excel's search functionality.
Contents
Queries
Wildcards
Excel supports the following wildcard patterns for queries.
Pattern |
Meaning |
Example |
? |
Any single character |
sm?th matches smith and smyth |
* |
Any number of any character |
*east matches Northeast and Southeast |
Escapes
To use a literal question mark (?), asterisk (*), or tilde (~) in a query, escape using a single tilde (~). Hello~? matches Hello?.