how can i data mining in excel??

smahdih

New Member
Joined
Aug 4, 2011
Messages
17
hi every body

i have a excel file contain huge data that is about Customer buying behavior.
sample file attached.
i want find a relation between customer and products, for example a matrix like this:

2eurb4m.jpg

1- how can i find what % of customers buys product #1, #2,....#i

I know how to work with VBA.

http://speedy.sh/3G92u/Book1.xlsx
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
You need to make a list of customer codes and product codes, repeating the customer code against each product. Then you can create a pivot table with product code in the row area and count of customer code in the data area. For a quick way to repeat the customer code in each row see:

http://www.contextures.com/xlDataEntry02.html#fill2007

After filling you need to delete the rows with blanks in column B.
 
Upvote 0
hi every body
Nice to see you agian

here i have a excel file, i want basket analysis, in "basket Code" Column in have about 550 basket and every basket contain some product,
when i click on "Process" button calculation start.
how can i optimum this code for decrease running time?

if i must learn heuristic algorithm , Please note me

analysis.xlsm - Speedy Share - upload your files here
 
Upvote 0

Forum statistics

Threads
1,216,119
Messages
6,128,946
Members
449,480
Latest member
yesitisasport

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