Forum Discussion
KF94607
Jun 18, 2021Copper Contributor
Count orders which contain a certain product
I have a table with data about orders where the products that are ordered each have a separate row, one row per product. Each order starts with an order number and then the product description. I'm l...
- Jun 18, 2021
Otherwise (if you don't run Excel 365), load your Orders table to the Data Model (Power Pivot) and setup a Pivot Table from there with Product in Rows, Order in Values and do a Distinct Count on Order field
Sample attached
Riny_van_Eekelen
Jun 18, 2021Platinum Contributor
KF94607
Jun 18, 2021Copper Contributor
That's a great formula! Definitely learned something there. Thanks!