Introduction
Computes the distance between two strings. Use it to see how similar or dissimilar the string values in two columns are, such as when evaluating the quality of a company name match.
FORMULA | LEVENSHTEIN |
EXAMPLE FORMULA | LEVENSHTEIN(Column A, Column B) |
EXAMPLE INPUT | LEVENSHTEIN(company, dbcompany) |
EXAMPLE OUTPUT | 2 |
Sample Usage
Valid Examples | Invalid Examples |
LEVENSHTEIN(text_col, text_col_2) | LEVENSHTEIN(num_col, num_col) |
Notes
- Only "string" data types can be used with this formula
- Counts the difference between each string "letter"
- Cannot compute the distance between dates
See Also
Still having issues? Contact us at support@gigasheet.com
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article