T Té Jun 25, 2008 #1 If I have first name in one column and last name in another column how can I combine the names together so they fit into one column?
If I have first name in one column and last name in another column how can I combine the names together so they fit into one column?
M Marcelo Jun 25, 2008 #2 first name in A1 second name in B1 on c1 use =B1&" "&B1 or concatenate(a1," ",b1) hth -- regards from Brazil Thanks in advance for your feedback. Marcelo "Té" escreveu:
first name in A1 second name in B1 on c1 use =B1&" "&B1 or concatenate(a1," ",b1) hth -- regards from Brazil Thanks in advance for your feedback. Marcelo "Té" escreveu: