In this xlsx (link: https://drive.google.com/open?id=1agN53t1bX8qxCpFGqTOAdHIV_tcBW8ih), I want to find out the following.
For each item listed, I want to know a unique count based on month-year. I.e., for item 4656541653, the count for January 2017 would = 1, December 2017 = 1, November 2017 = 1, even though it appears 3 times in November 2017. Similarly, item 465645 would appear once under the month-year of March 2017, February 2017 and January 2017 even though it appears twice under January and February 2017
How can I do this? Do i need to add a helper column prior to making a pivot table?
The full data set contains thousands of records so I'm not sure of a quick way to achieve this. Thanks everyone!
For each item listed, I want to know a unique count based on month-year. I.e., for item 4656541653, the count for January 2017 would = 1, December 2017 = 1, November 2017 = 1, even though it appears 3 times in November 2017. Similarly, item 465645 would appear once under the month-year of March 2017, February 2017 and January 2017 even though it appears twice under January and February 2017
How can I do this? Do i need to add a helper column prior to making a pivot table?
The full data set contains thousands of records so I'm not sure of a quick way to achieve this. Thanks everyone!