helpmeplz_
New Member
- Joined
- Aug 25, 2017
- Messages
- 17
- Office Version
- 365
- Platform
- Windows
Hi, I am on a work computer so I can't download the plug to create a cool screenshot of data, but basically what I am trying to solve is that I download a file from a database that has a variable number of rows, but the columns are constant. I want to extract all data from column Y into up to 9 columns to the right of column AE (so beginning in column AF). The data in each row in column Y contains several rows within each cell (1-9 rows). This data looks like this:
The 9 columns with potential data (that would be extracted starting in column AF) would be named:
New Suppliers
New Operating Model
SKU Consolidation
Supplier Consolidation
Demand Management
Volume
Strategic Negotiation
Sourcing Tool & Analytics
Commodity Market
For each column, I would want to extract the corresponding percentage assigned to each in the same row (if applicable).
Row | Column Y |
1 | New Suppliers: 100% |
2 | New Suppliers: 10% New Operating Model: 10% SKU Consolidation: 10% Supplier Consolidation: 10% Demand Management: 10% Volume: 50% |
3 | Strategic Negotiation: 10% Sourcing Tool & Analytics: 50% Commodity Market: 40% |
The 9 columns with potential data (that would be extracted starting in column AF) would be named:
New Suppliers
New Operating Model
SKU Consolidation
Supplier Consolidation
Demand Management
Volume
Strategic Negotiation
Sourcing Tool & Analytics
Commodity Market
For each column, I would want to extract the corresponding percentage assigned to each in the same row (if applicable).