I used this formula to insert a comma after the first text in a column (last name in this case), =REPLACE(C2,FIND(" ",C2),0,",") and worked like a charm. Now I need to separate the last name and first name in to two columns, but the column with the new commas is actually full of the formula...