|
Size: 714
Comment:
|
Size: 759
Comment: Cleanup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## page was renamed from Excel/SearchQueries | |
| Line 3: | Line 4: |
| [[Excel|Microsoft Excel]] uses a custom format for search queries. | A description of Excel's '''search''' functionality. |
| Line 11: | Line 12: |
| == Wildcards == | == Queries == === Wildcards === |
| Line 21: | Line 26: |
| === Escaping Literals === | === Escapes === |
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?.
