E
Edward Wang
Any one can help me out here? Preferably without VB.
I have a bunch of continues cells in one column, and want to merge them into
one cell and insert ";" in the between. The number of cells will be dynamic.
Like
A1 8R1234
A2 8R1235
A3 8R1236
A4 8R1237
A5 8R1238
....
Result cell = 8R1234;8R1235;8R1236;8R1237;8R1238;...
As the result will be used in another function, I do not want to use one
spare column beside the data to build up that text string one by one.
Any advice?
I have a bunch of continues cells in one column, and want to merge them into
one cell and insert ";" in the between. The number of cells will be dynamic.
Like
A1 8R1234
A2 8R1235
A3 8R1236
A4 8R1237
A5 8R1238
....
Result cell = 8R1234;8R1235;8R1236;8R1237;8R1238;...
As the result will be used in another function, I do not want to use one
spare column beside the data to build up that text string one by one.
Any advice?