ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   merge cells (https://www.excelbanter.com/excel-discussion-misc-queries/206449-merge-cells.html)

Ken

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.

Gaurav[_4_]

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.




Gary''s Student

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.


David Biddulph[_2_]

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.







All times are GMT +1. The time now is 02:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com