Is there a function in google sheets that will return only the unique characters in a string?
for example if I input "RRRWWWGGRWG"
it will return "RWG"
sure, try:
=JOIN(, UNIQUE(TRANSPOSE(REGEXEXTRACT(A2, REPT("(.)", LEN(A2))))))

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With