Combine 2 cell into one

  • Thread starter Thread starter Kyle
  • Start date Start date
K

Kyle

Is there a way to combine 2 cells data into one. I have 2
columns that I need to combine together. One Column is P/N
& Other is description.

Ex. Col A Col B
110123 3" nut

Need to make two column data into one
 
With your data in A1 and B1, in C1 put =A1&B1 and copy down. Or, if you want a space in there,
then do =A1&" "&B1 and copy down.
 
Back
Top