View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default Time-calculation question

On Fri, 7 Mar 2008 10:59:01 -0800, Lars wrote:

Hi

Havve been trying and failing to complete a formula, that can do the
following:

Data:

I have the travelling time in format hh:mm:ss.
I have the arrival-time at destination with date and time.

How do I calculate departure-time (If I want to arrive exactly)

Thanks for answers ;)

Lars


Departure Time = Arrival_Time - Travel_Time

Format as m/d/yyyy h:mm

--ron