I am currently working on an excel file that has the person's entire name and title in one cell, obviously this is a bad idea as far as data validation goes. I am wondering if there is a a way in VBA or Excel to break the column into 4.
The name column follows the format: Last name, Title(if they have one) First Name Middle Name (or initial).
This makes it really tricky since I can't just separate by column. Any help is greatly appreciated!