⇤ ← Revision 1 as of 2021-06-24 13:11:54
Size: 714
Comment:
|
Size: 713
Comment: Cleanup
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
[[Excel|Microsoft Excel]] uses a custom format for search queries. | A description of Excel's '''search''' functionality. |
Line 11: | Line 11: |
== Wildcards == | == Queries == === Wildcards === |
Line 21: | Line 25: |
=== 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?.