Separate values (in a row) by rows
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I need help and experise on how can I separate values (separated by (alt+enter)) within row and create a new row for each separated values. - similar to text to columns functionality in excel however it lacks options for values separated by (alt+enter).
Kindly refer to the attached file:
'Problem row' sheet is the raw file that needs to be updated
'Expected output' sheet is the ambition
Solved! Go to Solution.
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @JoseG_Uni
Here is my attempt; i've used a transpose tool and the text to columns tool with the new line delimiter to parse the data. I then cross-tab this back into the format desired before filling in appropriate columns.
I've ammended the incoming data so it has two rows, just to ensure that the workflow would still work (under the assumption you have multiple rows for each of the different supervisory organisations. If this is not the case this workflow will still work fine).
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Text to columns with \n as the delimeter then split to rows.
Cheers,
Mark
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you @BenMoss. It works for the rest of the file. :)
