Hello! I have a plain table extracted from my CRM that have a row for every time a customer contacted me, and a label for the reason of that contact.
Looks like this:
Cust_ID Label
1 A
2 A
3 B
4 C
2 B
2 D
3 A
4 D
1 D
Now I need to extract a table or report that tells me how many customers contacted me with labels A and B for example. Or A, C and D I need to customize this.
Results should be like:
Labels A and B: 2 (cust 2 and 3)
Label B and C: 0 (none)
Label C and D: 1 (cust 4)
Labels A and B and D: 1 (cust 2)
I tried with pivot tables but could't make it filter that need to be A and B and C. Also if a customer contacted me 3 times with the same label it should count as 1 contact if possible, but that's not the main issue.
Hope you can help me .
Thanks.
Martin R.
Bookmarks