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?

Order NumberProduct Number
111123
111456
111789
222456
222789
333123
333789

<tbody>
</tbody>

123456789
123x12
4561x2
78922x

<tbody>
</tbody>


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

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,216,211
Messages
6,129,528
Members
449,515
Latest member
lukaderanged

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