Hi all
I have a list of numbers in column A (list is dynamically loaded from a data base) which I need to concatenate (comma separated) into one cell, let's say B2. This could look something like:
A B
305 305,407,809
407
809
I have 2 issues:
1) because the list in column A is too long, I can't use the concatenate formula (excel simply can't handle it and gives me an error)
2) because the list is loaded from a data base, excel formulas change to #REF ! after reloading the data
I guess I need to switch to a VBA solution but so far couldn't figure out the correct code. Hope somebody can help. Thanks!
I have a list of numbers in column A (list is dynamically loaded from a data base) which I need to concatenate (comma separated) into one cell, let's say B2. This could look something like:
A B
305 305,407,809
407
809
I have 2 issues:
1) because the list in column A is too long, I can't use the concatenate formula (excel simply can't handle it and gives me an error)
2) because the list is loaded from a data base, excel formulas change to #REF ! after reloading the data
I guess I need to switch to a VBA solution but so far couldn't figure out the correct code. Hope somebody can help. Thanks!