charlie3113
New Member
- Joined
- Apr 12, 2017
- Messages
- 2
Hello,
I have a column with hundreds of cells, and I want to combine every four cells into a single cell, without losing data. Also, there should be a space between each string that is combined. So:
Hi
there
how
ru
I
am
OK
thanks
That
is
great
bye
I want to combine so that I get three cells that read:
Hi there how ru
I am OK thanks
That is great bye
And on and on until all of the hundreds of cells in the column have been so combined. So if I have 1,000 cells, I should end up with 250 combined cells. Any help is greatly appreciated! Thank you!
I have a column with hundreds of cells, and I want to combine every four cells into a single cell, without losing data. Also, there should be a space between each string that is combined. So:
Hi
there
how
ru
I
am
OK
thanks
That
is
great
bye
I want to combine so that I get three cells that read:
Hi there how ru
I am OK thanks
That is great bye
And on and on until all of the hundreds of cells in the column have been so combined. So if I have 1,000 cells, I should end up with 250 combined cells. Any help is greatly appreciated! Thank you!