•1 min read•from Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Split a row in two when a column has 2 values
So i'm puzzling with the following, hard to explain in a title, im sorry.
| COLUMN A | COLUMN B | | Name 1 | 01:00 - 02:00 | | Name 2 | 01:00 - 02:00 03:00 - 04:00 | | Name 3 | 01:00 - 02:00 |
The desired outcome:
| COLUMN C | COLUMN D | | Name 1 | 01:00 - 02:00 | | Name 2 | 01:00 - 02:00 | | Name 2 | 03:00 - 04:00 | | Name 3 | 01:00 - 02:00 |
I did mess around a bit with LET, making 2 arrays, stack them, then filter them.. but there must be a cleaner way. How would you approach this?
[link] [comments]
Want to read more?
Check out the full article on the original site
Tagged with
#financial modeling with spreadsheets
#rows.com
#Excel compatibility
#Excel alternatives for data analysis
#Excel alternatives
#row zero
#Split Row
#COLUMN A
#COLUMN B
#COLUMN C
#COLUMN D
#Time Interval
#Excel
#Cleaner Solution
#01:00 - 02:00
#03:00 - 04:00
#Filtering Data
#Data manipulation
#Desired Outcome
#Name 1