getting an average on the "Count" in a report summary

J

Justin

I have a report where the data is grouped on "Date by Month". In the
footer, there is a summary that shows the number of records for the
month. There is also a sum for the total miles. I would like to get an
average of Miles per record for the month. I hope I have explained
what I would like to do sufficiently.

TIA for any help given.

Justin
 
M

Marshall Barton

Justin said:
I have a report where the data is grouped on "Date by Month". In the
footer, there is a summary that shows the number of records for the
month. There is also a sum for the total miles. I would like to get an
average of Miles per record for the month.


I believe the average could be calulated with the
expression:

=[the sum text box] / [the count text box]
 
J

Justin

Justin said:
I have a report where the data is grouped on "Date by Month". In the
footer, there is a summary that shows the number of records for the
month. There is also a sum for the total miles. I would like to get an
average of Miles per record for the month.

I believe the average could be calulated with the
expression:

        =[the sum text box] / [the count text box]


Thanks. Worked like a charm.

Justin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top