Hello,
I have tried searching but I'm unable to find a solution to this. Hoping to get help on this.
I have a set of data in one row and I would like to split the row into multiple rows but keep the identifier (First Name, Last Name, and Date).
Ultimately, I would like to put this data in a format that I can do pivot table to look at the Name, ET, and Amount
I have tried searching but I'm unable to find a solution to this. Hoping to get help on this.
I have a set of data in one row and I would like to split the row into multiple rows but keep the identifier (First Name, Last Name, and Date).
Ultimately, I would like to put this data in a format that I can do pivot table to look at the Name, ET, and Amount
First Name | Last Name | Date | ET1 | Amount | Receipt | ET2 | Amount | Receipt | ET3 | Amount | Receipt |
John | Doe | 12/1/2022 | Airfare | $100 | Test.txt | Hotel | $200 | Test2.txt | Meals | $300 | Test3.txt |
Tony | Smith | 12/2/2022 | Meals | $50 | Test4.txt | ||||||
Eric | XXX | 11/30/2022 | Supplies | $20 | Test5.txt | Misc | $50 | Test6.txt |