SOLVED
How to delete blank cells in a column and shift cells up
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
BXH03NI
6 - Meteoroid
‎01-10-2019
02:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I am trying to take a file with multiple tabs and combine into one sheet. I was able to do this using the Crew Macro "Wildcard Input" to combine all tabs into two columns, however there are blank cells within the data.
In excel I can click F5, special, blanks, right click delete and have all cells shift up. Can I replicate the ability to remove blanks cells and shift cells up by rows?
Thank you
Solved! Go to Solution.
Labels:
- Labels:
- Common Use Cases
2 REPLIES 2
ACE Emeritus
‎01-10-2019
03:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
There's a relatively straight forward solution to this problem.
Record is your data stream, then create a stream from this, using a select tool to only keep the field you want to shift up. Then, filter out NULL values using the filter tool. Finally Record ID this stream.
Your next step is to go back to your main stream and deselect the field you want to shift up, also add a Record ID to this stream.
Finally, join your two separate streams on the Record ID field. Be sure to do an outer join to capture all records.
Ben
Record is your data stream, then create a stream from this, using a select tool to only keep the field you want to shift up. Then, filter out NULL values using the filter tool. Finally Record ID this stream.
Your next step is to go back to your main stream and deselect the field you want to shift up, also add a Record ID to this stream.
Finally, join your two separate streams on the Record ID field. Be sure to do an outer join to capture all records.
Ben
‎01-15-2019
10:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
