I have tried the multiple solutions on this forum and can not get it to work.
Use-Case: I want to sum a total amount of cells on the IF statement that they are considered a "Renewal" and that they are within the dates of 2/1-2/28/2012. So 2 if clauses, or 3 if I have to specify the 2/1/2012 & < 2/28/2012 separately.
I have tried the Sumproduct(Sumtotal and couldnt get it to work.u
I also have created a SumIFS Statement that is based off of dates. Looks like this =SUMIFS(C5:C305,L:L,"Renewal",I:I,">="&G386,I:I,"<="&H386)
Where the amounts I want to "sum" is in C5:C305, with the clause of being "Renewal" text in column L, also with the clause of being b/t the dates 2/1/2012-2/28/2012 (which I have designated as G386=2/1/2012 & H386=2/28/2012)....
Please help me out to learn and/or create a formula using the sumproduct(sumtotal) formula using my cells data. Also what does the "--" text do in a formula?
Use-Case: I want to sum a total amount of cells on the IF statement that they are considered a "Renewal" and that they are within the dates of 2/1-2/28/2012. So 2 if clauses, or 3 if I have to specify the 2/1/2012 & < 2/28/2012 separately.
I have tried the Sumproduct(Sumtotal and couldnt get it to work.u
I also have created a SumIFS Statement that is based off of dates. Looks like this =SUMIFS(C5:C305,L:L,"Renewal",I:I,">="&G386,I:I,"<="&H386)
Where the amounts I want to "sum" is in C5:C305, with the clause of being "Renewal" text in column L, also with the clause of being b/t the dates 2/1/2012-2/28/2012 (which I have designated as G386=2/1/2012 & H386=2/28/2012)....
Please help me out to learn and/or create a formula using the sumproduct(sumtotal) formula using my cells data. Also what does the "--" text do in a formula?