Analysis of items ordered together

sbrien

New Member
Joined
Jun 5, 2012
Messages
19
I am trying to analyze our company's sales data to better understand which items frequently sell together so that we can better organize our inventory and cut down on time to assemble orders.

The data is organized by order number and product number.

My initial thought was to take the top 1000 or so items and set them up along the x and y axes. I would run some kind of count formula that would identify the distinct number of order numbers that included the items from both the x axis and y axis. Does anyone know how I could set up that count formula?

[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]Order Number[/TD]
[TD]Product Number[/TD]
[/TR]
[TR]
[TD]111[/TD]
[TD]123[/TD]
[/TR]
[TR]
[TD]111[/TD]
[TD]456[/TD]
[/TR]
[TR]
[TD]111[/TD]
[TD]789[/TD]
[/TR]
[TR]
[TD]222[/TD]
[TD]456[/TD]
[/TR]
[TR]
[TD]222[/TD]
[TD]789[/TD]
[/TR]
[TR]
[TD]333[/TD]
[TD]123[/TD]
[/TR]
[TR]
[TD]333[/TD]
[TD]789[/TD]
[/TR]
</tbody>[/TABLE]

[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]123[/TD]
[TD]456[/TD]
[TD]789[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]x[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]1[/TD]
[TD]x[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]x[/TD]
[/TR]
</tbody>[/TABLE]


Any thoughts on how to accomplish this kind of analysis?
Thanks!
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,223,886
Messages
6,175,196
Members
452,616
Latest member
intern444

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top