Hi there
I have a row with many columns. This is what I need to do;
In one of the cells there is multi values - eg
4376~4375~4374~4373
Instead of one row I need 4 rows that will have each of the above on its own row and all the data in the preceeding cells to copy down to the next rows as well.- so the result would be:
4376
4375
4374
4373
How can I get that to work without manually inserting the rows and copying the data manually then editing as well. Or is this possible?
I have a row with many columns. This is what I need to do;
In one of the cells there is multi values - eg
4376~4375~4374~4373
Instead of one row I need 4 rows that will have each of the above on its own row and all the data in the preceeding cells to copy down to the next rows as well.- so the result would be:
4376
4375
4374
4373
How can I get that to work without manually inserting the rows and copying the data manually then editing as well. Or is this possible?