DaVinciDecoder
New Member
- Joined
- Feb 22, 2017
- Messages
- 6
Hi,
I'm attempting to count records at a specific MM/YYYY that fall within a date range that is organized into two columns, Start Date and End Date. Below, are a few examples:
Unique ID Start Date End Date
12345 6/1/2014 3/1/2015
54321 2/1/2014 5/1/2014
67890 6/1/2015 3/1/2017
09876 1/1/2014 3/1/2017
My summary page should look like the following:
Jan-14 Feb-14 Mar-14 Apr-14 May-14 June-14
1 2 2 2 2 3
Effectively, I'm trying to understand how many customers we had at a point in time. Thank you for the help.
I'm attempting to count records at a specific MM/YYYY that fall within a date range that is organized into two columns, Start Date and End Date. Below, are a few examples:
Unique ID Start Date End Date
12345 6/1/2014 3/1/2015
54321 2/1/2014 5/1/2014
67890 6/1/2015 3/1/2017
09876 1/1/2014 3/1/2017
My summary page should look like the following:
Jan-14 Feb-14 Mar-14 Apr-14 May-14 June-14
1 2 2 2 2 3
Effectively, I'm trying to understand how many customers we had at a point in time. Thank you for the help.