Merging text cells

  • Thread starter Thread starter BrittanyNHB
  • Start date Start date
B

BrittanyNHB

I have a column for first names and a column for last names. I need one
column that includes both for an import. How do i merge two text cells
without losing names?
 
assume that your name are in A2 and B2,
in C2, place this formula
=A2&" "&B2

---
Hope this is helpful

Click the Yes button below if this post work for you.


Thank You

cheers, francis
 
Back
Top