#1   Report Post  
Posted to microsoft.public.excel.misc
Ken Ken is offline
external usenet poster
 
Posts: 590
Default merge cells

I need to take a column of numbers and have them displayed either in a cell
or word document with a comma and space between each number.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default merge cells

=A1&","&" "&A2&","&" "&A3&","&" "&A4&","&" "&A5&","&" "&A6&","&" "&A7&","&"
"&A8&","&" "&A9&","&" "&A10

etc.


"Ken" wrote in message
...
I need to take a column of numbers and have them displayed either in a cell
or word document with a comma and space between each number.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default merge cells

I would use a help column. Say A1 thru A10 has:

97
316
373
258
368
116
289
390
42
63

in B1, enter:
=A1
In B2, enter:
=B1 & ", " & A2 and copy down. In B10 we see:
97, 316, 373, 258, 368, 116, 289, 390, 42, 63


--
Gary''s Student - gsnu200807


"Ken" wrote:

I need to take a column of numbers and have them displayed either in a cell
or word document with a comma and space between each number.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default merge cells

You don't need &","&" "&

&", "& would do.
--
David Biddulph

"Gaurav" wrote in message
...
=A1&","&" "&A2&","&" "&A3&","&" "&A4&","&" "&A5&","&" "&A6&","&"
"&A7&","&" "&A8&","&" "&A9&","&" "&A10

etc.


"Ken" wrote in message
...
I need to take a column of numbers and have them displayed either in a
cell
or word document with a comma and space between each number.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I merge cells into one then delete the original cells? LLR Excel Worksheet Functions 2 March 7th 08 10:59 PM
Merge Cells trunzop Excel Discussion (Misc queries) 2 February 23rd 07 05:11 PM
Why can't I merge 2 cells into one? auntieboop Excel Discussion (Misc queries) 2 May 30th 06 03:07 PM
How do I merge cells in Excel, like just 2 cells to make one big . chattacat Excel Discussion (Misc queries) 2 January 19th 05 04:25 PM
Merge Cells R. Stevens Excel Discussion (Misc queries) 2 December 15th 04 09:30 PM


All times are GMT +1. The time now is 07:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"