Subtotal value by chnage in date

chally3

Board Regular
Joined
Mar 22, 2006
Messages
157
Good afternoon all,

Can anyone help please, I am really stuck and have been searching online to no avail for an answer.
I have a table of data(sales orders due ) exported into an access table and all i want to do is subtotal the value at a change of date, so we can see the days potential output. It sounds so easy,but I'm really stuck. piece of cake in excel, but this reports pulls across several databases.

The related columns are DUE DATE and LINE VALUE I'd just like to see the days total value as a subtotal


Thank you
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Use a summary query (SQL DISTINCTROW) to view the totals in the query, or in the report you can sum at each group. All of this can be done through the wizard without writing any code.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,221,787
Messages
6,161,960
Members
451,734
Latest member
Anmol Pandey19

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