Hello,
I have 2 columns. Column A is 4 months (January - April), Column B is Years (2015 - 2020). Each Row has a different month and year, but some month and year combinations might repeat. I want to count the number of unique occurrences of repeating month and year combinations.
For example, if January | 2015 appears 20 times, I want to count this unique occurrence as 1. I want this to repeat for all potential year and month combinations.
Any help is appreciated. Thank you.
I have 2 columns. Column A is 4 months (January - April), Column B is Years (2015 - 2020). Each Row has a different month and year, but some month and year combinations might repeat. I want to count the number of unique occurrences of repeating month and year combinations.
For example, if January | 2015 appears 20 times, I want to count this unique occurrence as 1. I want this to repeat for all potential year and month combinations.
Any help is appreciated. Thank you.