Hello!
How can I count essentially the number of rows with a particular value? In column A is the order number and in columns B:E are products in the order. The issue is that a customer may order the same product twice in the same order, but that need only be counted once.
On a separate sheet (same one here for visibility) will be a list of all applicable products. I need a formula showing the number of orders each product is present in. I filled in the formula column with expected values.
How can I count essentially the number of rows with a particular value? In column A is the order number and in columns B:E are products in the order. The issue is that a customer may order the same product twice in the same order, but that need only be counted once.
On a separate sheet (same one here for visibility) will be a list of all applicable products. I need a formula showing the number of orders each product is present in. I filled in the formula column with expected values.
Book1 | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
1 | Order | Product 1 | Product 2 | Product 3 | Product 4 | Products | Number of Orders | |||||||
2 | 1 | Crow | Crow | Eagle | Sparrow | Crow | 1 | |||||||
3 | 2 | Dongle | Puck | Dongle | 2 | |||||||||
4 | 3 | Dongle | Puck | 1 | ||||||||||
5 | 4 | Crow Blow | Eagle | 1 | ||||||||||
6 | 5 | Blow | Sparrow | 1 | ||||||||||
7 | Crow Blow | 1 | ||||||||||||
8 | Blow | 1 | ||||||||||||
Sheet1 |