Hello, Kindly help to correct the formula. IF Contains[ACCOUNT], [0-9] THEN "" ELSE [ACCOUNT] ENDIF
To check if a field named [ACCOUNT] that is a string contains any digits and return an empty string if it does, and the original field otherwise.
Thank you.