FUZZYMATCH

Namespaced Aliases

FM_FUZZYVLOOKUP

Collision-resistant alias for FUZZYVLOOKUP.

Syntax

=FM_FUZZYVLOOKUP(search_key, table_range, result_index, [threshold], [method], [case_sensitive], [return_score])

Parameters

Namesearch_key
Typetext, number, or date
DescriptionValue to find.
Nametable_range
Typerange
DescriptionTable whose first column contains candidate values.
Nameresult_index
Typenumber
Description1-based column index to return from table_range.

Returns

The same matched result as FUZZYVLOOKUP.

Example

=FM_FUZZYVLOOKUP(A2, Accounts!A:D, 4, 0.82)

Result: C-1042

Notes

FM_FUZZYVLOOKUP accepts the same optional arguments as FUZZYVLOOKUP.

Use the alias when you want formulas with a family prefix.

    xs