Have a MS Excel 2007 worksheet with 4 columns and over 220,000 records like the following;
AcctNbr---CustomerStartDate--CustomerEndDate--CustType
12457-----1/1/08------------5/31/08-----------ACDEV
12457-----6/1/08------------12/31/08----------ACDFA
12460-----1/1/08------------12/31/08----------ACDEV
13560-----1/1/08------------3/31/08-----------AFDCA
13560-----6/1/08------------12/31/08----------AFFFC
Need to compute the number of customers at the end of each month from January 2008 through December 2008 by CustType.
For example, AcctNbr 12457 should be counted as a customer for each month from Jan 2008 through May 2008 and then again from June 2008 through Dec 2008.
Is it possible to obtain the number of customers per month for each month in 2008?
Currently trying several variations of pivot tables without much success.
AcctNbr---CustomerStartDate--CustomerEndDate--CustType
12457-----1/1/08------------5/31/08-----------ACDEV
12457-----6/1/08------------12/31/08----------ACDFA
12460-----1/1/08------------12/31/08----------ACDEV
13560-----1/1/08------------3/31/08-----------AFDCA
13560-----6/1/08------------12/31/08----------AFFFC
Need to compute the number of customers at the end of each month from January 2008 through December 2008 by CustType.
For example, AcctNbr 12457 should be counted as a customer for each month from Jan 2008 through May 2008 and then again from June 2008 through Dec 2008.
Is it possible to obtain the number of customers per month for each month in 2008?
Currently trying several variations of pivot tables without much success.