Sep 1, 2004 #1 jhruby IS-IT--Management Joined Sep 27, 2002 Messages 23 Location US I have first names and last names in separate columns. Is there a way to combine names, first and last, into one column?
I have first names and last names in separate columns. Is there a way to combine names, first and last, into one column?
Sep 1, 2004 #2 KenWright Technical User Joined Mar 22, 2003 Messages 3,688 Location GB Assuming Data is on Cols A & B, in C1 put =A1&", "&B1 and copy down. Just reverse the references to switch the names. Regards Ken............ ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission ---------------------------------------------------------------------------- Upvote 0 Downvote
Assuming Data is on Cols A & B, in C1 put =A1&", "&B1 and copy down. Just reverse the references to switch the names. Regards Ken............ ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission ----------------------------------------------------------------------------
Sep 1, 2004 Thread starter #3 jhruby IS-IT--Management Joined Sep 27, 2002 Messages 23 Location US Wonderfullllll! Thanks! Upvote 0 Downvote