Creating a Query for Monthly Averages for Daily Data

cemvula

New Member
Joined
Dec 21, 2017
Messages
4
Good Day all,

I have created a database with frequency values that are mostly monthly however their is one set of data entries that are daily. This is an issue because my preferred data format is monthly. I would like to create a query that can generate monthly averages from my data observations that are daily. Could someone please help me achieve this?

Thank you in advance for your help.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Welcome to the Board!

You can create a calculated field in your query to extract the month/year in a text field.
Then, you can do an Aggregate Query to Group the records by this new calculated fields, and average your numeric fields.
See here: http://www.fontstuff.com/access/acctut04.htm
 
Upvote 0
Thank you for the help Joe.

I have been able to do this by creating a simple query however I have hit another wall. I would like to add this command to my existing form I created.
 
Upvote 0
Just base your Form off of the new Query you created.
 
Upvote 0

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

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