Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to calculate Miles Per Hour. I hav a worksheet where a start and end
time is entered. Then I subtract End time from Start time to get the elapsed time: 14:50 - 14:25 which returns 0:25 (or 25 minutes) How can I now use the returned result to divide distance by time? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Patrick,
Multiply the elapsed time by 24 to get time in hours. Assuming C3 holds the elapsed time and C4 holds the distance travelled in miles. =N(C4/(C3*24)) "Patrick C. Simonds" wrote in message ... I need to calculate Miles Per Hour. I hav a worksheet where a start and end time is entered. Then I subtract End time from Start time to get the elapsed time: 14:50 - 14:25 which returns 0:25 (or 25 minutes) How can I now use the returned result to divide distance by time? ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =---- |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You don't need the N() function. Just format the answer as General or
Number. -- David Biddulph "Vergel Adriano" wrote in message ... Patrick, Multiply the elapsed time by 24 to get time in hours. Assuming C3 holds the elapsed time and C4 holds the distance travelled in miles. =N(C4/(C3*24)) "Patrick C. Simonds" wrote in message ... I need to calculate Miles Per Hour. I hav a worksheet where a start and end time is entered. Then I subtract End time from Start time to get the elapsed time: 14:50 - 14:25 which returns 0:25 (or 25 minutes) How can I now use the returned result to divide distance by time? ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =---- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If formula for Time | Excel Discussion (Misc queries) | |||
template or formula for start time -finish time -total hours ple | New Users to Excel | |||
Help with time formula so the time will not change. | Excel Discussion (Misc queries) | |||
How do I set up a formula on a time sheet to calculate time in 1/. | Excel Discussion (Misc queries) | |||
Time / Formula to look at time difference | Excel Worksheet Functions |