L
Lady Layla
I have a spreadsheet where I want to try to automate it more than what it is
currently
Col B contains a dates of invoices in cells B8 through B118
Col E contains Invoice amounts
B122 contains 12/31/03
B123 contains 01/31/04
B124 contains 02/29/04
on down to 12/31/04
In E123 I want to basically calculate the total of all Jan dated invoices by
coming up with a formula that says if the date in B8:B118 is greater than B122
but less than or equal to B123, sum E8:E118. Then I will copy this down E so
that each row beneath will give me total of Feb, total of Mar etc.
=sumif(AND(B8:b118>E123,B8:B118 <=E124),E8:E118)
This is not working. What can I do to correct this? Am I using the correct
formula?
Thank you so very much for the assistance!
currently
Col B contains a dates of invoices in cells B8 through B118
Col E contains Invoice amounts
B122 contains 12/31/03
B123 contains 01/31/04
B124 contains 02/29/04
on down to 12/31/04
In E123 I want to basically calculate the total of all Jan dated invoices by
coming up with a formula that says if the date in B8:B118 is greater than B122
but less than or equal to B123, sum E8:E118. Then I will copy this down E so
that each row beneath will give me total of Feb, total of Mar etc.
=sumif(AND(B8:b118>E123,B8:B118 <=E124),E8:E118)
This is not working. What can I do to correct this? Am I using the correct
formula?
Thank you so very much for the assistance!