Hi
I have a customer and product listing that displays price, quantity, cost of sales etc for each product purchased by a customer. The original dataset lists the customer then all products purchased underneath, before doing the same for the following customer (see current format below). I want to have one master list where the customer is displayed next to each product purchased (see ideal format further below).
Each customer purchases a different mix and volume of products so there is uniform number of rows between customers.
Current format
| | Sales | Cost of sales | Margin |
| Customer 1 | | | |
| Product A | | | |
| Product B | | | |
| Product C | | | |
| Customer 1 total | | | |
| Customer 2 | | | |
| Product X | | | |
| Product Y | | | |
| Product Z | | | |
| Customer 2 total | | | |
Ideal format
| | | Sales | Cost of saes | Margin |
| Customer 1 | Product A | | | |
| Customer 1 | Product B | | | |
| Customer 1 | Product C | | | |
| Customer 2 | Product X | | | |
Any help would be much appreciated.
Thanks