I am about to head out of the office, so I don't have time to look up what I can't remember. However, I think you could use the SPLIT function as one option. And of course, you can use the RIGHT function in conjunctiong with getting the character count for where the space is. And for finding the character count where the space is located, you'll need the FIND function, I believe... well, hopefully that'll get you started...
The Formula could be something like (In Cell B2):
Code:
=RIGHT(A2,FIND(" "))
But I'm pretty sure I'm forgetting something. Post back if anything doesn't make sense, or if you find something different. I'm sure someone else will come along and give the perfect solution.
If I get a chance, I'll check back later this evening.
Generally speaking, there is no answer that will be correct for ANY instance of a given first and last name. BOTH first and last names can have multiple words, like Jo Ann De Bore, or Kurt Van der Voort.
So the FIRST thing that you have to do is some analysis to determine how many cases, if any, where the first and last names are single words (1:1). If there ARE other instances, they must be categorized together in order to apply their own unique logic.
For the 1:1 instances, probably the majority, I would use the Data > Text to columns -- DELIMITED by SPACE. This will put the FIRST word in the original column and the SECOND word in the adjacent column. No formula required.
Skip, Just traded in my old subtlety... for a NUANCE!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.