scchang Posted November 27, 2006 Posted November 27, 2006 I'm looking for a way to calculate the elapsed time in minutes when a start time and end time are entered. For instance, entering 11:15 start and 12:17 end returns 62 (minutes). Any help appreciated in solving this. Thanks
comment Posted November 27, 2006 Posted November 27, 2006 Try: Div ( end - start ; 60 ) set the result to Number.
Recommended Posts
This topic is 6830 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 accountSign in
Already have an account? Sign in here.
Sign In Now