I have a large number of strings of arbetrary length.
I would like to filter out any strings which contain fewer than three unique characters.
For example “121212,” and “ABABABABB” would fail but “123” and “ABC” would pass.
Is there a formula I can run down a column with my strings as inputs and get the desired true/false output.