View Single Post
  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

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.



"sierra" wrote:


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.


--
sierra
------------------------------------------------------------------------
sierra's Profile: http://www.excelforum.com/member.php...o&userid=25099
View this thread: http://www.excelforum.com/showthread...hreadid=386088