Named Range of dates

tigersden

Board Regular
Joined
Oct 5, 2005
Messages
91
Hi,
I am trying to summarise the totals for specific months. I have created a dynamic named range which covers all the dates in the column and another named range for the amounts to be totalled.
How can I now sum the totals for each month?
I have tried the month command using the named range but it will not work
Thanks in advnce
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
You could create a Pivot Table grouped by month, or you could use a formula like this:

=SUMPRODUCT(--(MONTH(A1:A100)=MONTH(C1)),(B1:B100))

where C1 contains a date whose monthly total you want. You can replace A1:A100 and B1:B100 with named ranges, provided that they have the sme number of rows.
 
Upvote 0

Forum statistics

Threads
1,214,575
Messages
6,120,344
Members
448,956
Latest member
Adamsxl

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