Trying to get the average of [Page Views] for a given month [Last Activity].
Averaging the Total Page Views for the month of September
The following returns invalid data type...
=AVG(COLLECT([Total Views]4:[Total Views]55, [Last Activity]4:[Last Activity]55, =MONTH(9)))
My assumption is that the test for the given month is not matching the expected Last Activity data format.
Thoughts?