CompareFuzzy
Returns a number that indicates the similarity of text1
and text2
, where a number close to 1 means very similar and a number close to 0 means very different.
Returns Invalid expression
if one of the parameter values is unknown.
Syntax
Parameters
Name
Type
Required
Description
text1
text
☑️
the first text to compare.
text2
text
☑️
the second text to compare.
Last updated
Was this helpful?