Excel Questions

jibu08

New Member
Joined
Jun 27, 2018
Messages
13
hello everyone, URGENT HELP
need your help in finding a formula..
i have a very large database where i have more than 1000 product and 500 customer .. i need to know what products are listed/sold by each customer .. i have used count-if and count-ifs but it is giving me repeated product ... for eg: luna has 20 product so i need to know 111 customer is selling how many luna product?
Customer codeProduct codeBrandProduct
111
10010040

<tbody>
</tbody>
Luna

<tbody>
</tbody>
Luna Green Peas

<tbody>
</tbody>
111

<tbody>
</tbody>
10010050

<tbody>
</tbody>
Luna

<tbody>
</tbody>
Luna Chick Peas

<tbody>
</tbody>
112

<tbody>
</tbody>
10011049

<tbody>
</tbody>
ABC

<tbody>
</tbody>
Dairyland Danish Cheddar Block Coloured

<tbody>
</tbody>
112

<tbody>
</tbody>
10011051

<tbody>
</tbody>
ABC
Dairyland Danish Cheddar Block White

<tbody>
</tbody>
112

<tbody>
</tbody>
10036240

<tbody>
</tbody>
XXX
Sunbulah Lamb Kebabs

<tbody>
</tbody>
112

<tbody>
</tbody>
10010050

<tbody>
</tbody>
Luna
Luna Chick Peas 400 Gm

<tbody>
</tbody>

<tbody>
</tbody>

<tbody>
</tbody>
 

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)
i tired but it's not giving me accurate answer.. i need non repeated products according to its brand sold by each customer
 
Upvote 0
i tired but it's not giving me accurate answer.. i need non repeated products according to its brand sold by each customer

Are you sure?


Book1
ABCDFGHIJ
1Customer codeProduct codeBrandProductCount of Product codeColumn Labels
211110010040LunaLuna Green PeasRow LabelsABCLunaXXXGrand Total
311110010050LunaLuna Chick Peas11122
411210011049ABCDairyland Danish Cheddar Block Coloured1122114
511210011051ABCDairyland Danish Cheddar Block WhiteGrand Total2316
611210036240XXXSunbulah Lamb Kebabs
711210010050LunaLuna Chick Peas 400 Gm
Sheet1
 
Upvote 0
pivot table dont help as i need to know how many products is sold by each customer and also i dont want the products to be repeated... any idea???????????????? i will send you all my database through email ... jibu.7350@gmail.com
 
Upvote 0
Your sample is misleading because there are repeats do not occur.

Are you wanting a unique count of products per customer and per brand?
 
Upvote 0
yes.. i need LIKE THIS but i have very large database
customer code Luna ABC XXX
Are you sure?
111 2 - -
112 - 2 2


ABCDFGHIJ
1Customer codeProduct codeBrandProductCount of Product codeColumn Labels
211110010040LunaLuna Green PeasRow LabelsABCLunaXXXGrand Total
311110010050LunaLuna Chick Peas11122
411210011049ABCDairyland Danish Cheddar Block Coloured1122114
511210011051ABCDairyland Danish Cheddar Block WhiteGrand Total2316
611210036240XXXSunbulah Lamb Kebabs
711210010050LunaLuna Chick Peas 400 Gm

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1
 
Upvote 0

Forum statistics

Threads
1,215,546
Messages
6,125,459
Members
449,228
Latest member
moaz_cma

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