C
Chris Maddogz
I have a column of data (unknown in depth) in A
The data starts in A2.
Each cell contains 6 characters with the last 3 characters as .AX (eg AGK.AX).
I would like to remove the ".AX" from every cell in the column and move it
to its adjacent position in column B until it finds no data in a cell in
column A.
I would then like to copy that entire resultant column B data into cell C2
but as a text string with imbedded spaces between each piece of data.
e.g.
Cell A2 has AGK.AX becomes AGK in B2
Cell A3 has AMC.AX becomes AMC in B3
Cell A4 has AMP.AX becomes AMP in B4
etc until no data incolumn A
After processing the entire column A into column B Cell C2 becomes AGK AMC
AMP etc
Thanks
The data starts in A2.
Each cell contains 6 characters with the last 3 characters as .AX (eg AGK.AX).
I would like to remove the ".AX" from every cell in the column and move it
to its adjacent position in column B until it finds no data in a cell in
column A.
I would then like to copy that entire resultant column B data into cell C2
but as a text string with imbedded spaces between each piece of data.
e.g.
Cell A2 has AGK.AX becomes AGK in B2
Cell A3 has AMC.AX becomes AMC in B3
Cell A4 has AMP.AX becomes AMP in B4
etc until no data incolumn A
After processing the entire column A into column B Cell C2 becomes AGK AMC
AMP etc
Thanks