• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Total Amount by Month

Tech56

Member
Hello,

How can the total "actual" amounts be inserted on the Budget sheet from the 'Transactions' sheet by Category and date to fall in the proper months?

I highlighted yellow the amounts, category, and dates in the Transactions sheet. I put what should be the amounts for the month of January for 'Fuel/Car Wash' and 'Century' categories.

Can this be done with formulas?

Thank you
 

Attachments

  • Budget New 2019.xlsm
    42.9 KB · Views: 12
Hi,

Please check this:
Code:
=SUMPRODUCT(($A10=Transactions!$C$6:$C$17)*(Transactions!$E$6:$N$17)*(Transactions!$A$6:$A$17>=Budget!C$6)*(Transactions!$A$6:$A$17<=EOMONTH(Budget!C$6,0)))

Also see attachment...
 

Attachments

  • Reworked Budget New 2019.xlsm
    39.8 KB · Views: 13
Back
Top