Hello,
Hoping to gather some insight on an issue that I am currently stuck on. I am trying to gather a Unique count by month on a rolling basis. For example, Customer A shows up in the month on Jan, Feb, and March. Customer B shows up in March, and Customer C shows up in March and April.
I would need to generate the rolling unique count for IDs that showed which would look like this:
Jan - 1
Feb - 1
Mar - 3
Apr - 4
..(all the way to the end of the year)
Each unique ID would be retained going forward, and any new ID would be added for that month.
I have attached a sample data sheet.
Any help would be much appreciated