lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I have numbers in one column as below, i want them in one cell if possible as following
10,20,30,40,50,60 OR 10, 20, 30, 40, 50, 60 (space after comma)
I am thinking to use copy-->paste special--> transpo, then user concatenate() function to join them with "," between them. Is that the best solution? Thank you so much
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]10[/TD]
[/TR]
[TR]
[TD]20[/TD]
[/TR]
[TR]
[TD]30[/TD]
[/TR]
[TR]
[TD]40[/TD]
[/TR]
[TR]
[TD]50[/TD]
[/TR]
[TR]
[TD]60[/TD]
[/TR]
</tbody>[/TABLE]
I have numbers in one column as below, i want them in one cell if possible as following
10,20,30,40,50,60 OR 10, 20, 30, 40, 50, 60 (space after comma)
I am thinking to use copy-->paste special--> transpo, then user concatenate() function to join them with "," between them. Is that the best solution? Thank you so much
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]10[/TD]
[/TR]
[TR]
[TD]20[/TD]
[/TR]
[TR]
[TD]30[/TD]
[/TR]
[TR]
[TD]40[/TD]
[/TR]
[TR]
[TD]50[/TD]
[/TR]
[TR]
[TD]60[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: