Conditional Sum?

vasishta1729

New Member
Joined
Jul 9, 2015
Messages
2
I am trying to perform a conditional sum for something similar to the following data. I have some part numbers in the first column and the weeks in the first row and some data. What I am looking for is, for each month, if the data values start in that month, I want the sum of "Total".

So, for January, I want the sum of Total of ABCD, EFGH, IJKL, MNOP (data values are starting in January). For February, the result would be sum of Totals of QRST, UVWX (data values are starting in February) and for March, the result would be sum of Totals of YZAA and so on.


Part Number 1/5/2015 1/12/2015 1/19/2015 1/26/2015 2/2/2015 2/9/2015 2/16/2015 2/23/2015 3/2/2015 3/9/2015 Total
ABCD267267267267 267267267 2672136
EFGH2388.75 2388.752388.752388.752388.75 2388.752388.752388.7519110
IJKL 7.0826.45 26.79 131 191.32
MNOP 120.45 120.45
QRST 10.45 44.46 54.91
UVWX 9.789.789.789.7839.12
YZAA 20.2323.4643.69

<colgroup><col><col><col span="3"><col span="2"><col span="2"><col span="3"></colgroup><tbody>
</tbody>



Is there a function/combination of functions that can be used to get this in Excel without using VBA? I am not very familiar with VBA yet to use it.
Thanks much for your help!
Vasishta.
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Thank you! But it did not work. It is giving the totals of data values of just that month. I am looking for the sum of values in "Total" column based on the month data starts appearing in the table. For all the part numbers the data starts appearing in January, I want the sum of values in "Total" column and similarly for all months.
 
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,791
Members
449,188
Latest member
Hoffk036

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