Hi
I need to analyse many lines of data to see which products get sold together. I though a Pivot table would do the trick but having tried for a while, it doesn't seem to be the answer.
So I have a sales orders with products on them. See below. I want to know that Salt & Vinegar has sold with BBQ 4 times, while Plain and BBQ have sold together twice. In the end, I want to see which products have sold together the most.
Hope this makes sense! Thanks
<tbody>
[TD="class: xl65"]Sales Order[/TD]
[TD="class: xl65"]Product[/TD]
[TD="class: xl65"]123[/TD]
[TD="class: xl65"]Salt & Vinegar[/TD]
[TD="class: xl65"]123[/TD]
[TD="class: xl65"]Plain[/TD]
[TD="class: xl65"]123[/TD]
[TD="class: xl65"]BBQ[/TD]
[TD="class: xl65"]456[/TD]
[TD="class: xl65"]Salt & Vinegar[/TD]
[TD="class: xl65"]456[/TD]
[TD="class: xl65"]Chicken[/TD]
[TD="class: xl65"]456[/TD]
[TD="class: xl65"]BBQ[/TD]
[TD="class: xl65"]789[/TD]
[TD="class: xl65"]Salt & Vinegar[/TD]
[TD="class: xl65"]789[/TD]
[TD="class: xl65"]BBQ[/TD]
[TD="class: xl65"]124[/TD]
[TD="class: xl65"]Honey Soy[/TD]
[TD="class: xl65"]124[/TD]
[TD="class: xl65"]BBQ[/TD]
[TD="class: xl65"]124[/TD]
[TD="class: xl65"]Salt & Vinegar[/TD]
[TD="class: xl65"]124[/TD]
[TD="class: xl65"]Plain[/TD]
[TD="class: xl65"]124[/TD]
[TD="class: xl65"]Chicken[/TD]
</tbody>
I need to analyse many lines of data to see which products get sold together. I though a Pivot table would do the trick but having tried for a while, it doesn't seem to be the answer.
So I have a sales orders with products on them. See below. I want to know that Salt & Vinegar has sold with BBQ 4 times, while Plain and BBQ have sold together twice. In the end, I want to see which products have sold together the most.
Hope this makes sense! Thanks
<tbody>
[TD="class: xl65"]Sales Order[/TD]
[TD="class: xl65"]Product[/TD]
[TD="class: xl65"]123[/TD]
[TD="class: xl65"]Salt & Vinegar[/TD]
[TD="class: xl65"]123[/TD]
[TD="class: xl65"]Plain[/TD]
[TD="class: xl65"]123[/TD]
[TD="class: xl65"]BBQ[/TD]
[TD="class: xl65"]456[/TD]
[TD="class: xl65"]Salt & Vinegar[/TD]
[TD="class: xl65"]456[/TD]
[TD="class: xl65"]Chicken[/TD]
[TD="class: xl65"]456[/TD]
[TD="class: xl65"]BBQ[/TD]
[TD="class: xl65"]789[/TD]
[TD="class: xl65"]Salt & Vinegar[/TD]
[TD="class: xl65"]789[/TD]
[TD="class: xl65"]BBQ[/TD]
[TD="class: xl65"]124[/TD]
[TD="class: xl65"]Honey Soy[/TD]
[TD="class: xl65"]124[/TD]
[TD="class: xl65"]BBQ[/TD]
[TD="class: xl65"]124[/TD]
[TD="class: xl65"]Salt & Vinegar[/TD]
[TD="class: xl65"]124[/TD]
[TD="class: xl65"]Plain[/TD]
[TD="class: xl65"]124[/TD]
[TD="class: xl65"]Chicken[/TD]
</tbody>