Union Query Addition Problems

Tcurtis

Board Regular
Joined
Aug 15, 2009
Messages
149
Good morning, I have a union query that identifies if a part is a L2 or VW part. Each part has a price in the cost field. How do I add up all the L2 parts and the VW parts in a query or form or report to show the totals for each? Example:
L2: $2,000.00
VW: $1000.00

I need this so that I can have just one form and report with both pricings on it but show them separately.

Thanks
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
You should be able to use an Aggregate (Totals) Query on your Union Query (you can do queries of other queries) to group by your Part Code and sum up your Prices.
 
Upvote 0
I have been trying to do this the hard way. Sometimes the simple stuff escapes us........ Thanks so much.
 
Upvote 0
We've all been there!
Glad to help!:)
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,545
Members
449,089
Latest member
davidcom

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