how do I combine rows into one row, besides copying and pasting?

  • Thread starter Thread starter Beth Daranciang
  • Start date Start date
B

Beth Daranciang

I have weekly data for study subjects, in separate rows in Excel. I want to
create one long row for each subject to prepare for SPSS analysis. I know I
could copy and paste, but wondered if there was an easier way to do it.
 
Hi Beth Daranciang,

As i understand from your question, here is solution :
if u want to merge A1 to A5 in B1,
in B1 type "=A1&A2&A3&A4&A5" (WITHOUT QUOTES)

in case if u want space in between those lines,
in B1 type "=A1&" "&A2&" "&A3&" "&A4&" "&A5" (WITHOUT QUOTES)

add all those cells you want to merge in the above manner

clicke yes below, if it helps
 
Back
Top