I need some help. How can I extract a name that included an honorific prefix, having two first names and a suffix? Here is an example:
- A1 = Mr. Stanley Christopher Lyons Tower Cornell Cook IV
- B1 = Mr.
- C1 = Stanley Christopher
- D1 = Lyons Tower Cornell
- E1 = Cook
- F1 = IV
Is there a way for which I can split all five of these components? If there is not one of any, I could just leave it blank. Sometimes, the honorific prefix could just spell out in full (Pastor, Monsieur, Mister) and sometimes an abbreviated one (Dr., Engr. Msgr.) while in some cases, there have been professional suffixes like Ph. D., M.D., QC, and so forth.