E
erikd
I'm not sure where to start with this. I am currently accomplishing
this by a cut & paste from Excel into an editor, formatting the data
with an editor macro and cutting & paste back into Excel.
I have approximately 3,000 rows of data and need to place one of the
columns (a 9 character alpha numeric word) into a line of 75 words
separated by a special character. So I have what looks like this:
1abcdefg
2abcdefgh
3abcdefgh
and I need it into this form:
1abcdefgh%2abcdefgh%3abcdefgh
The reason for doing this is to take an employee identifier and import
it on a weekly basis for automated reporting. The 3,000 lines of data
are slightly dynamic so it's not always 3,000 lines. The preferred
number of words per line is anywhere between 75-100 words per line.
Although I can continue to use my editor to do it, it would be great
if I can do it all in Excel and give the spreadsheet to a co-worker to
do it when I'm out of the office. A series of concatenate formulas
with a copy and paste special isn't the best solution since it really
bloats the file. Is a macro the answer?
Erik
this by a cut & paste from Excel into an editor, formatting the data
with an editor macro and cutting & paste back into Excel.
I have approximately 3,000 rows of data and need to place one of the
columns (a 9 character alpha numeric word) into a line of 75 words
separated by a special character. So I have what looks like this:
1abcdefg
2abcdefgh
3abcdefgh
and I need it into this form:
1abcdefgh%2abcdefgh%3abcdefgh
The reason for doing this is to take an employee identifier and import
it on a weekly basis for automated reporting. The 3,000 lines of data
are slightly dynamic so it's not always 3,000 lines. The preferred
number of words per line is anywhere between 75-100 words per line.
Although I can continue to use my editor to do it, it would be great
if I can do it all in Excel and give the spreadsheet to a co-worker to
do it when I'm out of the office. A series of concatenate formulas
with a copy and paste special isn't the best solution since it really
bloats the file. Is a macro the answer?
Erik