
Attached is the data set in its initial form. I would like to restructure the data set into just a few columns with the most critical information (Sales Q, Sales per item, COGS, Inventory) in 1 column each and no longer repeating.
As you can see, Rows 1-3 contain the contextual information for the data columns. I need the information in the first three rows (specifically, City, Store Location, and Product) but I need them to be their own columns. But, I am having trouble converting them into columns because they sit right on top of rest of the data.
Thus , I would like to have the final output have the columns:
- City
- Estimated ship date (Column C)
- Store Location
- Product
- Sales Q.
- $ per item
- COGS
- Inventory
Please let me know if you can help.
Thanks!