I've got a simple sounding problem. I have a list of common name suffixes (e.g. Jr., Ph.d, J.D., etc). I have a long list of full names. I want to search and see if any of the suffixes on my list are in the name. If so, I want to parse the name into part 1 (everything but the suffix) and part 2 (just the suffix).
I can do all the parsing, but I can't think of a formula that will look at the name and tell me if any of the suffixes are in the name, and which one.
Of course I can brute force it by creating a massively long formula that searches for each term, but I want to try to use a formula that uses a list.
Any solutions?
Thanks.
I can do all the parsing, but I can't think of a formula that will look at the name and tell me if any of the suffixes are in the name, and which one.
Of course I can brute force it by creating a massively long formula that searches for each term, but I want to try to use a formula that uses a list.
Any solutions?
Thanks.