Hi All,
I hope my title is clear and appreciate all the help rendered.
I am not sure what would be the best method either a vba or simple formula within excel would able to achieve the results I wanted.
The task I would like to achieve is to be able to group certain series numbers and concatenate it to a maximum of 1,000 characters. The series numbers comprise of 8 digits. I need to differentiate the series numbers with a comma and no spaces. The source series will be copied from a database and paste into column A. Sometimes it could exceed to more than 10k rows.
So, column A will consists of raw series numbers e.g. 23200000
Column B with addition to a comma e.g. 23200000,
Column C consists of concatenated of column B values but to max of 1000 characters with complete series numbers (8 digits).
See sample file.
Column C needs to be automatically filled once the raw data are pasted in column A. How I do I achieve the said results?
Thanks again for your time and help.
I hope my title is clear and appreciate all the help rendered.
I am not sure what would be the best method either a vba or simple formula within excel would able to achieve the results I wanted.
The task I would like to achieve is to be able to group certain series numbers and concatenate it to a maximum of 1,000 characters. The series numbers comprise of 8 digits. I need to differentiate the series numbers with a comma and no spaces. The source series will be copied from a database and paste into column A. Sometimes it could exceed to more than 10k rows.
So, column A will consists of raw series numbers e.g. 23200000
Column B with addition to a comma e.g. 23200000,
Column C consists of concatenated of column B values but to max of 1000 characters with complete series numbers (8 digits).
See sample file.
Column C needs to be automatically filled once the raw data are pasted in column A. How I do I achieve the said results?
Thanks again for your time and help.