P
paitaioz
Hi guys,
I have a column with mobile numbers in it, say column a1:a25. And another table with multiple columns in it, say a1:d25
I would like to extract the numbers into a single cell with a comma (,) between each number.
The last number should have no , after it but be displayed on its own. I will assume that can be a function added in.
The tricky thing is, say a1:a25 is my table, only a1:a10 have numbers. the rest of the cells are blank.
So CANACTENATE returns eg. "0498356398, 04248692487, 04405986300,,,,,,,,,,,,,,"
When what i'm after is "0498356398, 04248692487, 04405986300" only
I should mention that the table is a vlookup table so the blanks are really"non returns" from the vlookup thingy.
Also, with the same column, I would like the option of selecting these numbers with a toggle button. I am familiar with VBA, so imagine i would need asimple script for each toggle/number that would extract the value, add a comma and place it in the same cell as the rest of the toggle buttons.
What formula and script could i use to achieve my objective?
Thank you in advance for any help.
Jason
Optional Information:
What have you tried so far?: CONCATENATE- But it adds the blank cells in aswell, so it ends up looking like this: XXXXXXXXXX 0453729217,0453729209,,,,,,,,,,,,,,
I have a column with mobile numbers in it, say column a1:a25. And another table with multiple columns in it, say a1:d25
I would like to extract the numbers into a single cell with a comma (,) between each number.
The last number should have no , after it but be displayed on its own. I will assume that can be a function added in.
The tricky thing is, say a1:a25 is my table, only a1:a10 have numbers. the rest of the cells are blank.
So CANACTENATE returns eg. "0498356398, 04248692487, 04405986300,,,,,,,,,,,,,,"
When what i'm after is "0498356398, 04248692487, 04405986300" only
I should mention that the table is a vlookup table so the blanks are really"non returns" from the vlookup thingy.
Also, with the same column, I would like the option of selecting these numbers with a toggle button. I am familiar with VBA, so imagine i would need asimple script for each toggle/number that would extract the value, add a comma and place it in the same cell as the rest of the toggle buttons.
What formula and script could i use to achieve my objective?
Thank you in advance for any help.
Jason
Optional Information:
What have you tried so far?: CONCATENATE- But it adds the blank cells in aswell, so it ends up looking like this: XXXXXXXXXX 0453729217,0453729209,,,,,,,,,,,,,,