GiveMeYourBeans
New Member
- Joined
- Feb 10, 2021
- Messages
- 6
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
I want to thank everyone in advance. This has been driving me crazy and I'm hoping that there is a solution.
Below is a very small sample of a flat file I'm hoping to manipulate. As you can see there are 2 users, creating 2 rows. Each "user" can have multiple locations and each location corresponds to a billing address. For example Location 1 Name corresponds with Remit 1 Name.
My question being is it possible to manipulate the flat file so that "Location Name 2" will appear below "Location Name 1" and so on. To make matters more complicated is it possible to have "Remit 2 Name" below Remit 1 Name"?
I'm specifically talking about the data in the columns, not the column headers themselves.
My hope is that it can be manipulated to look like this:
The issue is that for this project a flat file is required because of some of the other data that is excluded from this example. This becomes a very messy file for the simple fact that a spreadsheet could have 1000 "Users" with them having anywhere from 1-20 locations & remit combinations. Any help would be GREATLY appreciated!
Below is a very small sample of a flat file I'm hoping to manipulate. As you can see there are 2 users, creating 2 rows. Each "user" can have multiple locations and each location corresponds to a billing address. For example Location 1 Name corresponds with Remit 1 Name.
Last Name | First Name | Location 1 Name | Location 1 Address 1 | Remit 1 Name | Remit 1 Address 1 | Location 2 Name | Location 2 Address 1 | Remit 2 Name | Remit 2 Address 1 |
Doe | Jane | Apple Tree Road | 123 Road | Billing Group | 435 Greentree Road | ||||
Smith | John | Apple Tree Road | 123 Road | Billing Group | 435 Greentree Road | Hollywood Sports | 325 Pennsylvania Ave | Joes Billing | 435 Greentree Road |
My question being is it possible to manipulate the flat file so that "Location Name 2" will appear below "Location Name 1" and so on. To make matters more complicated is it possible to have "Remit 2 Name" below Remit 1 Name"?
I'm specifically talking about the data in the columns, not the column headers themselves.
My hope is that it can be manipulated to look like this:
Last Name | First Name | Location 1 Name | Location 1 Address 1 | Remit 1 Name | Remit 1 Address 1 |
Doe | Jane | Apple Tree Road | 123 Road | Billing Group | 435 Greentree Road |
Smith | John | Apple Tree Road | 123 Road | Billing Group | 435 Greentree Road |
Smith | John | Hollywood Sports | 325 Pennsylvania Ave | Joes Billing | 435 Greentree Road |
The issue is that for this project a flat file is required because of some of the other data that is excluded from this example. This becomes a very messy file for the simple fact that a spreadsheet could have 1000 "Users" with them having anywhere from 1-20 locations & remit combinations. Any help would be GREATLY appreciated!