I am trying to reformat data I exported from my Point of Sale system. Below is an example of how the data exports from POS. The first line details the transaction date and sales total. Lines 2 - 4 specify the items on that transaction.
<tbody>
</tbody>
If possible, I would like to move the detail data up one row/over one column --
<tbody>
</tbody>
Is there a way to automate this in Excel? I have pages and pages of transactions that I need to update.
Thanks for your help!
8/28/14 | 137.84 | |||
#711 | Games | Travel Bingo | 50.22 | |
#96 | Childrens | Nap Sack | 50.62 | |
#108 | Childrens | Butterfly Hat | 37.00 | |
8/28/14 | 35.47 | |||
#107 | Childrens | Ladybug Hat | 35.47 |
<tbody>
</tbody>
If possible, I would like to move the detail data up one row/over one column --
8/28/14 | 137.84 | #711 | Games | Travel Bingo | 50.22 |
#96 | Childrens | Nap Sack | 50.62 | ||
#108 | Childrens | Butterfly Hat | 37.00 | ||
8/28/14 | 35.47 | #107 | Children's | Ladybug Hat | 35.47 |
<tbody>
</tbody>
Is there a way to automate this in Excel? I have pages and pages of transactions that I need to update.
Thanks for your help!