I get a daily list of numbers that I need to put into a data base. It arrives in an excel sheet and can be up to 40,000 total. I need to find a way (if possible) to put the numbers in this way eg 001, 002, 003 etc
So I tried concatenating the numbers "001" with ", "
That worked fine but I need to get them into one continous line rather than in a column. I have tried formulas and exporting them into notepad but it doesn't seem to work. Hope I have been clear enough with my explanation.
Again my numbers come like this.
001
002
003
004
I change them to this
001,
002,
003,
004,
But I really need this
001, 002, 003, 004 (In one continuous line).
Hope you can help.
Cheers,
Cordo.
So I tried concatenating the numbers "001" with ", "
That worked fine but I need to get them into one continous line rather than in a column. I have tried formulas and exporting them into notepad but it doesn't seem to work. Hope I have been clear enough with my explanation.
Again my numbers come like this.
001
002
003
004
I change them to this
001,
002,
003,
004,
But I really need this
001, 002, 003, 004 (In one continuous line).
Hope you can help.
Cheers,
Cordo.