Function for similar characters

Juan_NFCU
edited December 2023 in General

Hello, I would like to create a function that will show as "false" when a column (E.g. consumers first name) has multiple of the same characters in a row.

'John' or 'Matt' would be pass, while 'Samuuuel' or 'Mattt' would be the fails.

I was able to create one using the "substring" and "in length range" functions but this only looks at the first 3 characters.

Best Answer