View Single Post
  #2   Report Post  
PC
 
Posts: n/a
Default

With the arrival time in A1 try this formula

=CEILING(A1*24,0.25)/24

PC


"Terry Bennett" wrote in message
...
I have a spreadsheet which calculates times that a vehicle takes to travel
from one destination to another at a variable speed input.

I need to be able to round-up the times to the nearest 15 minutes, ie; if
the calculation shows an arrival time of 11:34, I need to round this to
11:45.

Any ideas?