SOLVED
Condense two lines of related data into one line
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
jpavlick
6 - Meteoroid
‎02-17-2020
06:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Data comes out of the source in the format below with batch, ID, Item Number, and Material cost all on one row and associated description and labor costs on the next row. Example below:
Batch | ID | Item Number Description | Material Labor |
100001 | 2001 | 3000000001 | 100.00 |
Apples | 50.00 | ||
100002 | 2002 | 3000000002 | 200.00 |
Oranges | 60.00 |
How can I add and populate two additional columns to every other row that contain the description and labor information from the second line of the data and then delete the second line?
Desired result:
Batch | ID | Item Number | Material | Description | Labor |
100001 | 2001 | 3000000001 | 100.00 | Apples | 50.00 |
100002 | 2002 | 3000000002 | 200.00 | Oranges | 60.00 |
Solved! Go to Solution.
Labels:
- Labels:
- Help
1 REPLY 1
17 - Castor
‎02-17-2020
06:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
