Average per date

Pettor

Board Regular
Joined
Aug 8, 2015
Messages
175
I didn't described it wel.. Give me 10 minutes to make it more clear.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hello guys,

I have a master table with many clients' transactions per date. What I would like is to have the sum of their transaction per date but for every day that goes by I want to have the total sum of the previous dates.
How could I do that?

So I want to go from this:
1/1/2020​
Client A
2​
1/1/2020​
Client B
4​
1/2/2020​
Client A
3,5​
1/2/2020​
Client B
0,5​

To this:
1/1/2020​
Client A
2​
1/1/2020​
Client B
4​
1/2/2020​
Client A
5,5​
1/2/2020​
Client B
4,5​

Thanks
 
Upvote 0
Looks like you want a running sum per client. The only way I know of how this could be done is with a report. A report can give you a running sum over a field, but a form cannot. Your report would have to group detail records by client and the running sum would have to be applied over the group(s). Pretty sure you could not do that if you group by date or any other field. Maybe research "MS Access report running sum over group" and see if that applies or helps.
 
Upvote 0
I am locking your old thread (Date filter in query).
As per forum rules, in the future please continue on in the SAME thread, instead of starting a new one on the same topic.
 
Upvote 0
Sorry Joe, I thought it was a different subject. The problem is that we can not delete a post that may not be necessary.
 
Upvote 0
The solution we found does the job but for thousands of records and columns it crashes the pc. Could there be any other alternative?
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,443
Members
448,898
Latest member
drewmorgan128

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