Hello,
I am new to this forum; i apologize if this issue is not appropriate for this forum.
I need to calculate the average miles per day that a fleet of trucks travels based upon entered odometer readings. Currently I have this:
(Current odometer-Last odometer)/(Todays date-Last entered date)= Average per day
However, I need to base these average miles per day on 6 days per week, not 7; this calculation takes the total days from last entered till today, but i need to eliminate the sundays?
Thank You