Formula which calculates the number of authorized days based upon

  • Thread starter Thread starter DeMangello1
  • Start date Start date
D

DeMangello1

Generally, 1 day of travel time is allowed for each 350 miles of official
distance of ordered travel. If the excess is 51 miles or more after dividing
the total number of miles by 350, one additional day of travel time is
allowed. When the total official distance is 400 miles or less, 1 day's
travel time is allowed.

So if the total travel time was 750 miles this would only be 2 days of
travel. 751 would be 3 days of travel....and so on
 
Try this:

=CEILING(MAX(A1-50,50)/350,1)

Is that something you can work with?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)
 
This did exactly what I wanted.

Ron Coderre said:
Try this:

=CEILING(MAX(A1-50,50)/350,1)

Is that something you can work with?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)
 

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

Similar Threads

Time calculation or formula 6
Number to Time 1
Calculation of monthly payments per employee 2
Help required. 12
Formula difficulty 4
Time calculations 3
Calculate Mileage 5
Formula 2

Back
Top