I have a question about summing based on criteria. I have a excel sheet with data showing totals by day. I want to create a summary column that shows to totals by month, i.e.:
Month Sum of Completed calls
Dec 514
Jan 8625
I'm currently doing this w/PIVOT tables, just wondering if this can be done using a formula instead.
/*
* Data by day
*/
Date CIC Sum of Completed calls
12/25/2002 W483 3
12/26/2002 W483 64
12/27/2002 W483 106
12/28/2002 W483 65
12/29/2002 W483 26
12/30/2002 W483 158
12/31/2002 W483 92
1/1/2003 E953 3
1/1/2003 W483 74
1/2/2003 E953 6080
Thanks in advance for your time!
Month Sum of Completed calls
Dec 514
Jan 8625
I'm currently doing this w/PIVOT tables, just wondering if this can be done using a formula instead.
/*
* Data by day
*/
Date CIC Sum of Completed calls
12/25/2002 W483 3
12/26/2002 W483 64
12/27/2002 W483 106
12/28/2002 W483 65
12/29/2002 W483 26
12/30/2002 W483 158
12/31/2002 W483 92
1/1/2003 E953 3
1/1/2003 W483 74
1/2/2003 E953 6080
Thanks in advance for your time!