I have a list of over 800 names in an Excel spreadsheet, the problem being that each persons full name is all in one cell:
Smith, John A.
What I want to do is separate the full name so the first name/middle initial is in one column and the last names is in another.
I hope Excel has to have a way to read a cell and copy everything after a character (in this case the comma), copy it to a new cell and delete it from the original.
Thanks in advance, Trey.