How to combine text from multiple cells?

  • Thread starter Thread starter sierra
  • Start date Start date
S

sierra

How to combine text from many cells without writing each cell adress,
just the scope of cells?
Can I combine tex from cells A1 to A3 in a faster way than writing a
formula: '=A1&" "&A2&" "&A3' ? I need to find a way to combine text
from a really huge number of cells, like from B1 to B3489, and I want
to do it without writing every cell adress.
 
To concatenate the contents of 3,489 cells would overrun the limit on the
number of characters in a single cell.

Anne's suggestion is probably the most expedient. Copy your SINGLE COLUMN
of data into a new spreadsheet. Save the file as a tab-delimited text file.

Open it in Word and do a find & replace, searching for ^p (Word's
representation of an end of paragraph mark) and replacing it with a space.
 
Back
Top