FUZZYMATCH

Namespaced Aliases

FM_JARO_WINKLER

Collision-resistant alias for JARO_WINKLER.

Syntax

=FM_JARO_WINKLER(left, right, [case_sensitive])

Parameters

Nameleft
Typetext, number, date, or range
DescriptionFirst value or range to compare.
Nameright
Typetext, number, date, or range
DescriptionSecond value or range to compare.

Returns

The same score or spilled score range as JARO_WINKLER.

Example

=FM_JARO_WINKLER("Martha", "Marhta")

Result: 0.961111

Notes

FM_JARO_WINKLER accepts the same optional arguments as JARO_WINKLER.

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

    xs