tonywatsonhelp
Well-known Member
- Joined
- Feb 24, 2014
- Messages
- 3,147
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hi Everyone,
Sheet "Data" has
Prod Name in Column A & Prod Extras in B,
Sheet "Extras1"
Product Name in Column A
Product Extras need to go in column D and Onwards
So sheet "Data" Has lot of products and the extras listed for those products in one long list like this (I'm using 3 items as example)
<tbody>
</tbody>
What I want is this
Sheet Extra
<tbody>
</tbody>
Can anyone help me with this please?
Thanks
Tony
Sheet "Data" has
Prod Name in Column A & Prod Extras in B,
Sheet "Extras1"
Product Name in Column A
Product Extras need to go in column D and Onwards
So sheet "Data" Has lot of products and the extras listed for those products in one long list like this (I'm using 3 items as example)
Product Name | Prod Extras | ||
Bread | AB | ||
Ham | AB | ||
Cheese | AB | ||
Cheese | BC | ||
Cheese | CD | ||
Bread | CD | ||
Ham | CD | ||
Bread | BC | ||
Bread | EF | ||
Bread | FG | ||
Ham | FG | ||
Ham | EF | ||
Cheese | FG | ||
sO ALL THE EXTRA ITEMS ARE IN ONE LIST AND THE PRODUCT NAMES ARE REPEATED | |||
<tbody>
</tbody>
What I want is this
Sheet Extra
Bread | AB | BC | CD | EF | FG | ||||||||||||||
Ham | AB | CD | FG | ||||||||||||||||
Cheese | AB | BC | CD | FG | |||||||||||||||
so we match the names in each row of "Data" Column A To "Sheet Extra" Column A and insert the extra items into the columns next to each other so I have a list of each item and who it goes to. | |||||||||||||||||||
<tbody>
</tbody>
Can anyone help me with this please?
Thanks
Tony