Jump to content

This topic is 7763 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi !

I know this has been here before, but I cannot find that message any more... Sorry..

The problem is how to calculate simple way hours and minutes between two dates for example:

date1, time1

date2, time2

Thanks in advance !

Arttu Lahdenper

Posted

Hi Arttu,

Here is a formula that will suit the purpose you've described:

time2 - time1 + (date2 - date1) * 86400

You will need to ensure that the calculation result is specified as time. wink.gif

This topic is 7763 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.