Hi,
I have a data set with columns which needs to be trimmed.
All the data is with the format 123: ABCD EFGH IJKL
Number with a colon and then words.
or XYZ: ABC DEFG HIJKL
word with a colon and then words.
These need to be replaced or trimmed until before the colon, in some columns it will be after the colons.
Replace function ain't very much useful as there is multiple different values which will need to be replaced in a single column and then multiple columns.
Text to columns also I am not looking much into as it will require many tools to go over each column.
Looking for any solution preferably using formula or regex
Thanks