08-08-2017 02:16 AM
Hi,
i want to retrieve all the rows from the 2D array and concatenate and form as 1D array. How can it be achieved. Attached a sample input and expected output format. Can someone helpout.
Solved! Go to Solution.
08-08-2017 02:24 AM - edited 08-08-2017 02:24 AM
08-08-2017 03:13 AM
Hi Gerd
Wow that was a great solution. thanks
08-08-2017 03:41 AM
Hi,
The same data if i require without the '-' how could i get it. Instead of 0-1-2-3 if i need to get as 0123.
08-08-2017 03:49 AM
08-08-2017 05:46 AM
@Technical_details wrote:
Hi,
The same data if i require without the '-' how could i get it. Instead of 0-1-2-3 if i need to get as 0123.
Use Empty string as separator.
08-08-2017 06:41 AM
08-08-2017 07:25 AM
So let it be tab separated and add a Search and Replace with empty string. 🙂
/Y
08-08-2017 07:27 AM
Or better, change the Array to Spreadsheet string to a Concatenate strings.
/Y
08-08-2017 07:33 AM