Hi James,
Try =RIGHT(A2,LEN(A2)-FIND(",",A2)-1) &" "&LEFT(A2,FIND(",",A2)-1) where your "Last Name, First Name" is in cell A2.
Or you can highlight your column and do the Data | Text to Columns feature using the comma as the separator. This will give you two columns: Last Name and First...