sub total change in monthly dates

lastnotice

New Member
Joined
Jul 2, 2010
Messages
12
I have a column which has dates in chronological order from oldest to newest.

Example:

01/Jan/2016
02/Jan/2016
20/Jan/2016
04/Feb/2016
15/Mar/2016

Beside each date is an amount in dollar figure. I want a total for this dollar figure for each month. How do I do this?
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
If you are analyzing data, a PivotTable would probably be the best tool. The data can be grouped by months.

If you prefer to use the SubTotal worksheet feature, you could add a helper column that uses a formula to read the month.
Assuming your dates are in Column A, then in B2:
=MONTH(A2).

You can then use the SubTotal feature on the Ribbon to add Subtotals with each change in Column B.
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,738
Members
448,988
Latest member
BB_Unlv

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