KateJ Posted September 1, 2004 Posted September 1, 2004 I'm new! Thanks for any help anyone can provide on my problem (hopefully not everyone is at DevCon!!) I have a calculation that involves both a number and a period of time. It's more or less this: Miles (number field) / miles per hour (number field) + time (time field) I need the result to be in time format. For example: 2500 miles / 500 miles per hour + 00:15 (15 minutes) = 5:15:00 I've been fooling around with TextToTime, etc. and not getting any where. Again, any help would be appreciated.
-Queue- Posted September 1, 2004 Posted September 1, 2004 Time( Miles / MPH, Minute(time), 0 ) if your time may have hours, Time( (Miles / MPH) + Hour(time), Minute(time), 0 )
Recommended Posts
This topic is 7457 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