Having trouble figuring out this formula. I need to figure out how to add the data below with a countif formula and make the data series cumulative. Please note the data is always going to be a rolling 12 months...but I have space constraints in this text field.
11-Feb 11-Mar 11-Apr 11-May 11-Jun 11-Jul 11-Aug 11-Sep 11-Oct 11-Nov 11-Dec
0 3 0 0 1 0 1 1 1 4 0
To get the above data, I created a formula that uses =COUNTIFS. The formula brings in data from another tab. here's an example of the formula in cell 11-Feb and 11-Mar:
=COUNTIFS(Supplier,DELTE!$D$5,Status,"Pending",Mo.Formula,"2",Yr.Formula,"2011")
=COUNTIFS(Supplier,DELTE!$D$5,Status,"Pending",Mo.Formula,"3",Yr.Formula,"2011")
My question is simple for an excel ninja...I need to add an additional calculation to bring over the sum from the previous month and add it (cumulative).
For example - once I figure out this formula, my =COUNTIF data will add up like this (compare values below to values above. All I did was add the data cumulatively)
11-Feb 11-Mar 11-Apr 11-May 11-Jun 11-Jul 11-Aug 11-Sep 11-Oct 11-Nov 11-Dec
0 3 3 3 4 4 5 6 7 11 11
Thank you very much for the help!
11-Feb 11-Mar 11-Apr 11-May 11-Jun 11-Jul 11-Aug 11-Sep 11-Oct 11-Nov 11-Dec
0 3 0 0 1 0 1 1 1 4 0
To get the above data, I created a formula that uses =COUNTIFS. The formula brings in data from another tab. here's an example of the formula in cell 11-Feb and 11-Mar:
=COUNTIFS(Supplier,DELTE!$D$5,Status,"Pending",Mo.Formula,"2",Yr.Formula,"2011")
=COUNTIFS(Supplier,DELTE!$D$5,Status,"Pending",Mo.Formula,"3",Yr.Formula,"2011")
My question is simple for an excel ninja...I need to add an additional calculation to bring over the sum from the previous month and add it (cumulative).
For example - once I figure out this formula, my =COUNTIF data will add up like this (compare values below to values above. All I did was add the data cumulatively)
11-Feb 11-Mar 11-Apr 11-May 11-Jun 11-Jul 11-Aug 11-Sep 11-Oct 11-Nov 11-Dec
0 3 3 3 4 4 5 6 7 11 11
Thank you very much for the help!