Namespaced Aliases
FM_FUZZYLOOKUP
Collision-resistant alias for FUZZYLOOKUP.
Syntax
=FM_FUZZYLOOKUP(search_key, lookup_range, result_range, [threshold], [method], [case_sensitive], [return_score])Parameters
NameTypeDescription
Name
search_keyTypetext, number, or date
DescriptionValue to find.
Name
lookup_rangeTyperange
DescriptionCandidate values to search.
Name
result_rangeTyperange
DescriptionValues or rows to return from the same matching position.
Returns
The same matched result as FUZZYLOOKUP.
Example
=FM_FUZZYLOOKUP(A2, Accounts!A:A, Accounts!B:B, 0.82, "token_sort")Result: West Acme LLC
Notes
FM_FUZZYLOOKUP accepts the same optional arguments as FUZZYLOOKUP.
Use the alias when you want formulas with a family prefix.