I’ve got a field that contains the date a project was started, and another for the date the project was completed.
I can get the average of these by using “Avg([DateComplete]-[DateStarted]”
Simple enough.
How do I build a query that lists the Average Time per month, and lists it in Month format? The query’s result would be two columns, one for Month, one for Average Time.
Thanks for all your help!
-K