Skip to content

Instantly share code, notes, and snippets.

@ncalm
ncalm / excel-lambda-LEV.txt
Last active January 5, 2024 08:13
This Excel LAMBDA function calculates the Levenshtein distance between two strings
/*
LEV
Calculates the Levenshtein distance between two strings
Inputs
- a: a string to compare with b
- b: a string to compare with a
- [ii]: the [ii]th position in string a
- [jj]: the [jj]th position in string b