Hi everyone, I am hoping you guys can help me out with a roadblock I'm running into. I have this set of data, pretty linear, but one cell has multiple variables in it. I want to split the data in that cell, but duplicate everything else. Let me show you an example below:
ORIGINAL DATA
DESIRED OUTCOME:
the data in column for #PO has all the numbers split by a "|" even for the last one,
any help would be greatly appreciated
thanks
ORIGINAL DATA
Delivery# | Modified | SCAC Code | Destination | Destination Sub Node | Status | Appointment | Total Case Qty | # of PO | Capacity Type | |
---|---|---|---|---|---|---|---|---|---|---|
25269105 | 28 Jan 2021, 01:04 PM (Central Standard Time) | ROEV | 6064 | Scheduled | 1/30/2021 | 2784 |
| Basic | ||
80453253 | 28 Jan 2021, 01:03 PM (Central Standard Time) | ROEV | 8307 | Scheduled | 2/1/2021 15:00 | 2400 | 4572170915 | 3318916716 | | Basic | ||
25403457 | 28 Jan 2021, 01:01 PM (Central Standard Time) | COXS | 7012 | Scheduled | 2/2/2021 5:00 | 6890 | 2368508623 | | Basic |
DESIRED OUTCOME:
Delivery# | Modified | SCAC Code | Destination | Destination Sub Node | Status | Appointment | Total Case Qty | # of PO | Capacity Type |
---|---|---|---|---|---|---|---|---|---|
25269105 | 28 Jan 2021, 01:04 PM (Central Standard Time) | ROEV | 6064 | Scheduled | 1/30/2021 | 2784 | 0544085172 | Basic | |
25269105 | 28 Jan 2021, 01:04 PM (Central Standard Time) | ROEV | 6064 | Scheduled | 1/30/2021 | 2784 | 0544094338 | Basic | |
25269105 | 28 Jan 2021, 01:04 PM (Central Standard Time) | ROEV | 6064 | Scheduled | 1/30/2021 | 2784 | 0544092380 | Basic | |
25269105 | 28 Jan 2021, 01:04 PM (Central Standard Time) | ROEV | 6064 | Scheduled | 1/30/2021 | 2784 | 0544092341 | Basic | |
80453253 | 28 Jan 2021, 01:03 PM (Central Standard Time) | ROEV | 8307 | Scheduled | 2/1/2021 15:00 | 2400 | 4572170915 | Basic | |
80453253 | 28 Jan 2021, 01:03 PM (Central Standard Time) | ROEV | 8307 | Scheduled | 2/1/2021 15:00 | 2400 | 3318916716 | Basic | |
25403457 | 28 Jan 2021, 01:01 PM (Central Standard Time) | COXS | 7012 | Scheduled | 2/2/2021 5:00 | 6890 | 2368508623 | Basic |
the data in column for #PO has all the numbers split by a "|" even for the last one,
any help would be greatly appreciated
thanks