Hi,
I need a formula that can count distinct number customers (ie: count each customer only once), for each combination of Division and Order Value Tier.
So for the combination of:
Division = East
Order Value Tier = 0 - 100k
Result = 3
So it counts ACME once, ABC once and XYZ.
Thanks John
I need a formula that can count distinct number customers (ie: count each customer only once), for each combination of Division and Order Value Tier.
So for the combination of:
Division = East
Order Value Tier = 0 - 100k
Result = 3
So it counts ACME once, ABC once and XYZ.
Thanks John
Customer | Division | Order Value Tier |
ACME | East | 0 - 100k |
ACME | East | 0 - 100k |
ABC | East | 0 - 100k |
ABC | East | 0 - 100k |
XYZ | East | 0 - 100k |
ACME | East | 100k - 500k |
ACME | East | 100k - 500k |
ABC | East | 100k - 500k |
XYZ | East | 100k - 1M |
ACME | West | 0 - 100k |
ABC | West | 100k - 500k |
XYZ | West | 100k - 500k |