mzza
Board Regular
- Joined
- Nov 8, 2006
- Messages
- 55
Hi,
I have received some data in a very odd format and need to parse it into something more usable. Column A contains Unique IDs (Product Codes). Each Product will have one or more features, denoted by an Identifying Feature Code. However, the data is formatted so every potential Identifying Feature Code a Product might have is a column header in Columns B onwards. If a Product Code has a feature, this is denoted by a text description of the matching Identifying Feature Code in the column where that Identifying Feature Code occurs in Row 1. See this image as an example: https://ibb.co/dCoiET. Note that in the real data, the descriptive text does not contain the Identifying Feature Code.
To make this data more useful, I need to create a list of all Product Codes in a Column A of a new sheet, and list only those Feature Codes a product has in Column B (which will necessitate having duplicate Product Codes in Column A, as most Products have multiple features), viz: https://ibb.co/i2c4M8.
I'm drawing a blank on how to achieve this, I suspected some clever use of pivots might be the answer but I've not had any luck so far. Is there a formulaic solution? Or some combination of pivots and formulae? I'd prefer to avoid VBA if possible, but am open to any solution people have to offer!
TIA
MZZA
I have received some data in a very odd format and need to parse it into something more usable. Column A contains Unique IDs (Product Codes). Each Product will have one or more features, denoted by an Identifying Feature Code. However, the data is formatted so every potential Identifying Feature Code a Product might have is a column header in Columns B onwards. If a Product Code has a feature, this is denoted by a text description of the matching Identifying Feature Code in the column where that Identifying Feature Code occurs in Row 1. See this image as an example: https://ibb.co/dCoiET. Note that in the real data, the descriptive text does not contain the Identifying Feature Code.
To make this data more useful, I need to create a list of all Product Codes in a Column A of a new sheet, and list only those Feature Codes a product has in Column B (which will necessitate having duplicate Product Codes in Column A, as most Products have multiple features), viz: https://ibb.co/i2c4M8.
I'm drawing a blank on how to achieve this, I suspected some clever use of pivots might be the answer but I've not had any luck so far. Is there a formulaic solution? Or some combination of pivots and formulae? I'd prefer to avoid VBA if possible, but am open to any solution people have to offer!
TIA
MZZA