Dennis Marks wrote:
> Is there a simpler way of computing mph given two time values and the
> distance?
> 
>
=distance/(HOUR(time2-time1)+(MINUTE(time2-time1)/60)+(SECOND(time2-time1)/3600))
> 

Probably the best what you can hope for is user-defined function -- see help
for more how to do it.

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej/blog/
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 
Home is where ~/.bashrc is.
   -- from Usenet


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to