SOLVED
Splitting Mixed Data into New Columns
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
tj3678
7 - Meteor
‎11-13-2019
12:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
I am trying to take mixed data (numbers and states) and split them into two columns while assigning a state to each number. For example, Illinois below has 3 numbers above it in the input sample and I would like to move Illinois next to each number where it is applicable. Final output should look like sample attached below:
Any help is appreciated!
Solved! Go to Solution.
Labels:
- Labels:
- Workflow
3 REPLIES 3
benakesh
12 - Quasar
‎11-13-2019
01:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @tj3678 ,
This works with sample data .
Sort ( to get states on top ) , Multi row ( adding states to zip) , filter and sort ( to get original order) .
17 - Castor
‎11-13-2019
01:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @tj3678 I mocked up an example let me know what you think?
‎11-13-2019
01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks! @JosephSerpis
