Calculating YTD Amounts, by month

dosinger

New Member
Joined
Jun 11, 2015
Messages
21
Here is an excerpt of accounting activity that brought into Access via query:

1704748302446.png


You can see that there is activity in several months, but not all months.

I need to be able to calculate year-to-date amounts, by month, so that the output looks like this:

1704748331415.png



Any suggestions would be appreciated.

Thanks.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Firstly, I think you will need to convert your "Month" column into actual date value. Access cannot really work off of the Text representation of a month to do what you want.
Then, you should be able to employ one of the methods shown here: Create a running totals query - Microsoft 365 Apps
 
Upvote 0
Firstly, I think you will need to convert your "Month" column into actual date value. Access cannot really work off of the Text representation of a month to do what you want.
Then, you should be able to employ one of the methods shown here: Create a running totals query - Microsoft 365 Apps
You could make a translation table. Jan = 1, Feb = 2 etc.
Then link to the translation table to get your YTD.

But working with actual dates is definitely the preferred method, as it opens up other sorting, filtering and consolidation options.
 
Upvote 0

Forum statistics

Threads
1,215,659
Messages
6,126,077
Members
449,286
Latest member
Lantern

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