How can I substract the lowest value from the highest value in a .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am calculating mileage. I need to subtract the lowest value from the
highest value out of several values in a group to get the miles driven.
 
Set your control source or a text box in the group header or footer to:
=Max([MileageReading])-Min([MileageReading])
 

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

Back
Top