Is there a way to carry balances forward in access

57oln

New Member
Joined
Mar 17, 2013
Messages
9
Hi all,

I again needs some help and am somewhat stuck.

I have a report which is grouped by month and then sorted by year. So we can compare work flow for the same month over years. Each month then has a total of unprocessed information. I have tried to demonstrate it in the table below.

MonthYearQueueJob1Job2Job 3
1
2012Post9046324
Processed376470
Unprocessed total5281624
2013Post5447026
Processed308240
Unprocessed total2364626
2
2012Post76013915
Processed2521370
Unprocessed total508215

<tbody>
</tbody>

The unprocessed total is a calculated field within the "Year" Footer of the report and the calculation is within the report itself.

I have been asked to have the unprocessed total carry forward. i.e. Job 3 in Month 1 2012 had 24 unprocessed records, so Job 3 in Month 2 2012 should be the 24 from Month 1 plus the 15 in Month 2 giving a total of 39.

This needs to work for Months 1 to 12 and then roll over to Month 1 in the next year.

I have tried to think about it and am leaning towards adding something to something like count the month before to the calculated field, but I have a headache setting in and this is beginning to be over my head......can anyone help??

Thanks in advance
 
What exactly do you mean by the months being grouped together? What you should have, is the months being set as a group, with a group footer for the totals of each month. If you do this, I'm quitte sure you will get the correct running totals as you want them to be. So to make sure we are on the same page, in your report you needs to have year as a group, and within this group you make a grouping for the months. Then in the group footer of the month you place the running total, as total over all.
 
Upvote 0

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.

Forum statistics

Threads
1,215,331
Messages
6,124,312
Members
449,152
Latest member
PressEscape

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