SOLVED
Remove empty spaces across multiple columns and get data across rows on same level
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
Shaina1
8 - Asteroid
11-16-2022
10:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, I have an input data of the form as shown in screenshot-I essentially want to get the data on the same level and keep the original columns. Attaching input and expected output. Is there any dynamic way for doing this ?
Solved! Go to Solution.
Labels:
6 REPLIES 6
ShankerV
17 - Castor
11-16-2022
10:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
17 - Castor
11-16-2022
10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Shaina1,
there are a few ways to do this. One way is just to separate out the columns and filter away the empty rows and join on record position:
11-16-2022
10:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey-thanks for this ! Actually my dataset is extremely large-so I would have to repeat this process across multiple columns and processes which might be a bit cumbersome. But thanks a lot for replying on my post.
17 - Castor
11-16-2022
10:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
11-16-2022
11:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks a lot for this :) Exactly what I wanted !
17 - Castor
11-16-2022
11:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Great to hear @Shaina1 have a good one !
