Need Help efficiently creating Monthly totals from Sum formula in an Array using data in another worksheet in Excel 2007 & WinXP

lestat666

New Member
Joined
Aug 10, 2015
Messages
3
Using Excel 2007 and Windows XP

Here is what I have.

This is part of worksheet 1. (There are 10 grouping, all the way up to Child 10)
A B C D E F G
1Child 1Child 2
2DatesPd# of DaysAmountspd#of DaysAmounts
3
7-Jan-13

<tbody>
</tbody>
$$$$$$
4
14-Jan-13

<tbody>
</tbody>
$$$$$$
5
21-Jan-13

<tbody>
</tbody>
$$$$$$
6
28-Jan-13

<tbody>
</tbody>
$$$$$$
7
4-Feb-13

<tbody>
</tbody>
$$$$$$
8
11-Feb-13

<tbody>
</tbody>
$$$$$$
9
18-Feb-13

<tbody>
</tbody>
$$$$$$
10
25-Feb-13

<tbody>
</tbody>
$$$$$$

<tbody>
</tbody>

Worksheet 1 has a Dates column for the 52 weeks of the year.
I want to array the monthly totals in Worksheet 2.

Here is a part of worksheet 2.

Children's NamesJanFebMar
Child 1's NameFormulaFormulaFormula
Child 2's NameFormulaFormulaFormula

<tbody>
</tbody>

So what I want to do is I want to sum the total for each month for 10 children. Is there a way to do this efficiently without having to enter 120 separate SUM formulas?

I have tried to use autofill, but that doesn't work because it increments the cell values by 1.... ie if there are 4 weeks in Jan and Feb and I enter SUM($D3:$D6) and I try to autofill the Feb Column, it fills it as SUM($D4:$D7) instead of SUM($D7:$D10).... Same Goes if I try to autofill Down using SUM(D$4:D$7).... It autofills as (E$4:E$8) rather than (G$4:G$8).

I also tried using range names.... but using autofill with these, just populates the exact same formula then and I also still have to create 120 range names. Albeit, this is still quicker than having to manually type in the cell values...


But I would think there still has to be a quicker way.

I also want to be able to edit the ranges at a future time, because the number of weeks in a month isn't always the same every year.

Any help is greatly appreciated.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Welcome to the Forum, depending on how you set up your columns have you looked at a Pivot table.

they can be tricky, but are very powerful and useful when dealing with tables.
 
Upvote 0
Welcome to the Forum, depending on how you set up your columns have you looked at a Pivot table.

they can be tricky, but are very powerful and useful when dealing with tables.


I haven't really used them too much.
I only really have basic knowledge of excel.

I just realized that my column labels didn't line up properly. Here is what it is supposed to look like.

Sheet 1
A B C D E F G
1Child 1Child 2
2DatesPd # of DaysAmountspd#of DaysAmounts
3
7-Jan-13

<tbody>
</tbody>
$$$$$$
4
14-Jan-13

<tbody>
</tbody>
$$$$$$
5
21-Jan-13

<tbody>
</tbody>
$$$$$$
6
28-Jan-13

<tbody>
</tbody>
$$$$$$
7
4-Feb-13

<tbody>
</tbody>
$$$$$$
8
11-Feb-13

<tbody>
</tbody>
$$$$$$
9
18-Feb-13

<tbody>
</tbody>
$$$$$$
10
25-Feb-13

<tbody>
</tbody>
$$$$$$

<tbody>
</tbody>

Sheet 2.. Need to use data in sheet one and sum the monthly totals in sheet2.
Children's NamesJanFebMar
Child 1's NameFormulaFormulaFormula
Child 2's NameFormulaFormulaFormula

<tbody>
</tbody>


How would I use a pivot table to accomplish what I need to do?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,033
Members
448,940
Latest member
mdusw

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