Sum Cells from Costs Incurred in Weeks and Capture into Months / Years

wesselsV

New Member
Joined
Apr 18, 2018
Messages
12
Hi,

I've set up a budget for tasks in weeks. However, the cost ledger is prepared monthly and I am trying to capture my source data in weeks and arrange into budget for the month to enable analysis against WBS codes. On the attached I've used the MONTH and YEAR formula to convert my week ending date into a month and year and then run a sumif formula based on these against my WBS code but without success. Does the sumif formula not work with dates?


https://1drv.ms/x/s!As-9OWf6QipWg01qAWDto0t8j8Nv

Any help appreciated.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
I am not sure what's wrong with your sumif function, however, the following SUMPRODUCT function seems to work:

=SUMPRODUCT($B$5:$S$16*($B$3:$S$3=B21)*($B$2:$S$2=B20)*($A$5:$A$16=A23))
 
Upvote 0

Forum statistics

Threads
1,215,390
Messages
6,124,667
Members
449,178
Latest member
Emilou

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top