Hello,
I need help to get text in a separate column/field using the right most delimeter. Example below:
MN-Owatonna - 26th - Ortho Clinician ---> New Column = Ortho Clinician
Can someone please help. I suppose this will require RegEx under parsing.
Have you tried .*\-\s(.*) ?
Did it not work? Can you provide more input data examples?
@zchotani I'm not sure which solution you're saying didn't work. Mine isn't specific to "Ortho Clinician", it's locating one or two numbers followed by two letters, followed by optional space/hyphen, and returning everything following.