Differences between revisions 1 and 2
Revision 1 as of 2021-06-24 13:11:54
Size: 714
Comment:
Revision 2 as of 2025-04-08 16:21:32
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.


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?.


CategoryRicottone

Excel/FindReplace (last edited 2025-04-08 16:52:14 by DominicRicottone)