[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Products
[/TD]
[TD]Suppliers[/TD]
[/TR]
[TR]
[TD]doors[/TD]
[TD]Harper[/TD]
[/TR]
[TR]
[TD]windows[/TD]
[TD]Smith[/TD]
[/TR]
[TR]
[TD]floors[/TD]
[TD]Brown[/TD]
[/TR]
[TR]
[TD]lights[/TD]
[TD]Smith[/TD]
[/TR]
[TR]
[TD]tables[/TD]
[TD]Johnson[/TD]
[/TR]
[TR]
[TD]chairs[/TD]
[TD]Jones[/TD]
[/TR]
[TR]
[TD]beds[/TD]
[TD]Cooper[/TD]
[/TR]
[TR]
[TD]sinks[/TD]
[TD]Jones[/TD]
[/TR]
[TR]
[TD]baths[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]sofas[/TD]
[TD]Smith[/TD]
[/TR]
</tbody>[/TABLE]
Friends, I again request your assistance.
I have 2 columns of sales data, A and B. Range A3:A12 contains unique product names, range B3:B12 contains non-unique (possibly blank) supplier names.
I wish to know how to construct formulas to tell me;
i) how many suppliers provide more than one product i.e. how many duplicates are in col B? The answer is 2 (Smith and Jones)
and;
ii) for each of these duplicates, how many products do they supply? i.e how many times does each duplicate supplier appear? The answers are Smith = 3, Jones = 2.
Thank you sincerely in anticipation.
<tbody>[TR]
[TD]Products
[/TD]
[TD]Suppliers[/TD]
[/TR]
[TR]
[TD]doors[/TD]
[TD]Harper[/TD]
[/TR]
[TR]
[TD]windows[/TD]
[TD]Smith[/TD]
[/TR]
[TR]
[TD]floors[/TD]
[TD]Brown[/TD]
[/TR]
[TR]
[TD]lights[/TD]
[TD]Smith[/TD]
[/TR]
[TR]
[TD]tables[/TD]
[TD]Johnson[/TD]
[/TR]
[TR]
[TD]chairs[/TD]
[TD]Jones[/TD]
[/TR]
[TR]
[TD]beds[/TD]
[TD]Cooper[/TD]
[/TR]
[TR]
[TD]sinks[/TD]
[TD]Jones[/TD]
[/TR]
[TR]
[TD]baths[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]sofas[/TD]
[TD]Smith[/TD]
[/TR]
</tbody>[/TABLE]
Friends, I again request your assistance.
I have 2 columns of sales data, A and B. Range A3:A12 contains unique product names, range B3:B12 contains non-unique (possibly blank) supplier names.
I wish to know how to construct formulas to tell me;
i) how many suppliers provide more than one product i.e. how many duplicates are in col B? The answer is 2 (Smith and Jones)
and;
ii) for each of these duplicates, how many products do they supply? i.e how many times does each duplicate supplier appear? The answers are Smith = 3, Jones = 2.
Thank you sincerely in anticipation.