Soundex() |
Working with Formulas > Functions Used in Formulas > Text Functions > Soundex()
SOUNDEX() returns a phonetic representation of a string.
Function Format
SOUNDEX(string)
Return Value
SOUNDEX() returns a character string
Examples
SOUNDEX("PEACE") = "P2"
SOUNDEX("PIECE") = "P2"
SOUNDEX("TWO") = "T"
SOUNDEX("TO") = "T"
SOUNDEX("TOO") = "T" |