Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am doing a travel itinery with start and finish points...I can estimate my
average speed between these two points (and I know the distance), but my limited math skills prevent me from expressing the answer in time (be it minutes or hour and minutes)...this answer is then added to my start time and so on. I need help in devising a formula |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
As speed = distance / time, so time = distance / speed. So if you have
your distance in A1 (say) and average speed in B1, then in C1 you can enter the formula: =A1/B1 This will give time in hours if distance is in km and speed is km/hr. If you want the time in minutes, multiply by 60. If you want cumulative time in column D, enter this formula in D2: =C2 + C1 Copy both formulae down the columns for the extent of your itinery. Hope this helps. Pete |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry, the second formula should be:
=C2 + D1, and in D1 you should enter: =C1 Hope this helps further. Pete |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thankyou Pete...you are a legend...really appreciate your prompt reply..now I
need to express the answer in hr:m format...how do I do that? My email address is mark.lewis@virtual should you wish to send me a sample spreadsheet...if you have the time. "Pete" wrote: Sorry, the second formula should be: =C2 + D1, and in D1 you should enter: =C1 Hope this helps further. Pete |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Mark,
change the formulae to: =C1/24 in cell D1, and: =C2/24+D1 in cell D2. Format both cells using Custom and set to [h]:mm. Copy D2 down column D as necessary. Hope this helps - no need for a sample, I think. Pete |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Pete
"Pete" wrote: Hi Mark, change the formulae to: =C1/24 in cell D1, and: =C2/24+D1 in cell D2. Format both cells using Custom and set to [h]:mm. Copy D2 down column D as necessary. Hope this helps - no need for a sample, I think. Pete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I calculate duration between two dates and times in excel? | Excel Discussion (Misc queries) | |||
calculate elapsed time between dates and times | Excel Worksheet Functions | |||
Calculate difference between 2 date and times with average | Excel Discussion (Misc queries) | |||
Formula to calculate elapsed time between certain dates and times | Excel Discussion (Misc queries) | |||
how do i calculate minutes between two times? | Excel Discussion (Misc queries) |