Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Steved
 
Posts: n/a
Default Kilometres Calculator

Hello from Steved

I would like a formula to calculate the time it takes to travel 10
kilometres driving at 28 kilometres per hour.

Thankyou.
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

Times are stored in XL as fractional days, so if you want to return XL
times, divide the result by 24:

=10/28/24 === 0:21:26

and format as a time. Or, if you want to use cell references.

A1: 10
B1: 28
C1: =A1/B1/24 === 0:21:26

Alternatively, if you want your result in minutes rather than an XL time:

C1: =A1/B1*60 === 21.42857


Format In article ,
Steved wrote:

Hello from Steved

I would like a formula to calculate the time it takes to travel 10
kilometres driving at 28 kilometres per hour.

Thankyou.

  #3   Report Post  
Steved
 
Posts: n/a
Default

Hello JE from Steved

using your example 0:21:26 can I have it showing 21 (Rounding up or down)

Thankyou

"JE McGimpsey" wrote:

One way:

Times are stored in XL as fractional days, so if you want to return XL
times, divide the result by 24:

=10/28/24 === 0:21:26

and format as a time. Or, if you want to use cell references.

A1: 10
B1: 28
C1: =A1/B1/24 === 0:21:26

Alternatively, if you want your result in minutes rather than an XL time:

C1: =A1/B1*60 === 21.42857


Format In article ,
Steved wrote:

Hello from Steved

I would like a formula to calculate the time it takes to travel 10
kilometres driving at 28 kilometres per hour.

Thankyou.


  #4   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Use the last example I gave you - either format it to display no decimal
places, or use

=ROUND(A1/B1*60,0)

In article ,
Steved wrote:

Hello JE from Steved

using your example 0:21:26 can I have it showing 21 (Rounding up or down)

Thankyou

"JE McGimpsey" wrote:

One way:

Times are stored in XL as fractional days, so if you want to return XL
times, divide the result by 24:

=10/28/24 === 0:21:26

and format as a time. Or, if you want to use cell references.

A1: 10
B1: 28
C1: =A1/B1/24 === 0:21:26

Alternatively, if you want your result in minutes rather than an XL time:

C1: =A1/B1*60 === 21.42857


Format In article ,
Steved wrote:

Hello from Steved

I would like a formula to calculate the time it takes to travel 10
kilometres driving at 28 kilometres per hour.

Thankyou.


  #5   Report Post  
Steved
 
Posts: n/a
Default

Thankyou JE

"JE McGimpsey" wrote:

Use the last example I gave you - either format it to display no decimal
places, or use

=ROUND(A1/B1*60,0)

In article ,
Steved wrote:

Hello JE from Steved

using your example 0:21:26 can I have it showing 21 (Rounding up or down)

Thankyou

"JE McGimpsey" wrote:

One way:

Times are stored in XL as fractional days, so if you want to return XL
times, divide the result by 24:

=10/28/24 === 0:21:26

and format as a time. Or, if you want to use cell references.

A1: 10
B1: 28
C1: =A1/B1/24 === 0:21:26

Alternatively, if you want your result in minutes rather than an XL time:

C1: =A1/B1*60 === 21.42857


Format In article ,
Steved wrote:

Hello from Steved

I would like a formula to calculate the time it takes to travel 10
kilometres driving at 28 kilometres per hour.

Thankyou.




  #6   Report Post  
David Billigmeier
 
Posts: n/a
Default

You wouldn't need an excel function to do that, the number of hours is 10/28.
Is there something else you needed that I didn't understand?

--
Regards,

David Billigmeier



"Steved" wrote:

Hello from Steved

I would like a formula to calculate the time it takes to travel 10
kilometres driving at 28 kilometres per hour.

Thankyou.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Australian "Payroll Calculator" worksheet?????? Shazinoz Excel Worksheet Functions 0 August 11th 05 06:56 PM
Payroll calculator template Eagle View Construction Excel Discussion (Misc queries) 0 May 3rd 05 01:49 AM
loan calculator cells, P&I formulas do not copy to second cloumn Mr. C Excel Worksheet Functions 4 March 5th 05 03:45 PM
Make a Fresnel Zone Calculator Harlan Grove Excel Discussion (Misc queries) 4 February 10th 05 02:07 PM
Auto Loan Calculator Robert Excel Worksheet Functions 5 January 10th 05 07:20 PM


All times are GMT +1. The time now is 07:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"