I'm trying to convert a table of data to reflect baskets per fruit item instead of fruit per basket number. Kind of like a transpose action, but the data changes.
Original data shows Basket No. with identifier per fruit basket. Next to each fruit basket number, there are 10 columns with "Fruit 1,""Fruit 2," etc with list validation.
Instead of showing "[Basket No.]/[fruit1]/[fruit2]/etc," I need to see the fruit names as table headers, with each basket those fruits are included in under their name.
Please see pictures below.
I'm thinking there is a way to just add more rows to create one big fruit column with duplicate basket numbers, then consolidate from that point, but I'm just not really sure where to get started with this, despite my searching.
Any ideas are appreciated! Please feel free to down vote and tear me apart if this is a dumb question, as this is my first post!