Calculating average number of records per day

I have a database that I where I display the the number of records per day based on a group by date rule. When I click the Summary button, it will display the total number of records for each day in a grid format. I would like to calculate the average number of records per day for the whole grid. how can I do that?

Thanks