See attached file for spreadsheet showing account data. Need to know how to build a formula to summarize costs by month.
See attached file for spreadsheet showing account data. Need to know how to build a formula to summarize costs by month.
I have used a sumifs()
But had to change your titles of months from TEXT to an actual date 1st jan 2021 for example and then used a format MMMM to just show the month as you had it
=SUMIFS($F$3:$F$7,$E$3:$E$7,$C11,$B$3:$B$7,">="&D$10,$B$3:$B$7,"<="&EOMONTH(D$10,0))
But also added a pivot table, just to show how it can be setup with a pivot table, which can be quicker and gives some more options
Wayne
if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here
If you have a solution to your thread - Please mark your thread solved do the following: >
Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.
Thanks!!!!!
Set date in row 10 as excel dates and format as "mmmm"
in D11
=SUMIFS($F$3:$F$7,$B$3:$B$7,">=" &D$10,$B$3:$B$7,"<=" & EOMONTH(D$10,0),$E$3:$E$7,$C11)
Copy across and down
Thanks for the help!
you are welcome
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks