Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Dividing meters by hours = meters per hour

Hello,

I hope one of ypu can help me I have two columns:

Column A shows length progress in meters.

Coilumn B shows time for that progress, in time (hours & minutes)

In Column C I need to calculate the progress per hour, i.e., divide A1 by B1
and get C1.

C1 should show the amount of meters per hour we have progressed (with the
cell format 0.00"m/h").

How can this be done?

Thanks for the help!
--
igor
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Dividing meters by hours = meters per hour

=A1/(B1*24)

--


Regards,


Peo Sjoblom

"Igorin" wrote in message
...
Hello,

I hope one of ypu can help me I have two columns:

Column A shows length progress in meters.

Coilumn B shows time for that progress, in time (hours & minutes)

In Column C I need to calculate the progress per hour, i.e., divide A1 by
B1
and get C1.

C1 should show the amount of meters per hour we have progressed (with the
cell format 0.00"m/h").

How can this be done?

Thanks for the help!
--
igor



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Dividing meters by hours = meters per hour

Try this:

=IF(B1="","",ROUND(A1/(B1*24),2))

Custom format: 0.00"m/h"

--
Biff
Microsoft Excel MVP


"Igorin" wrote in message
...
Hello,

I hope one of ypu can help me I have two columns:

Column A shows length progress in meters.

Coilumn B shows time for that progress, in time (hours & minutes)

In Column C I need to calculate the progress per hour, i.e., divide A1 by
B1
and get C1.

C1 should show the amount of meters per hour we have progressed (with the
cell format 0.00"m/h").

How can this be done?

Thanks for the help!
--
igor



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default Dividing meters by hours = meters per hour

Also, use the custom format:

0.00 \""m/h"\"

"Igorin" wrote:

Hello,

I hope one of ypu can help me I have two columns:

Column A shows length progress in meters.

Coilumn B shows time for that progress, in time (hours & minutes)

In Column C I need to calculate the progress per hour, i.e., divide A1 by B1
and get C1.

C1 should show the amount of meters per hour we have progressed (with the
cell format 0.00"m/h").

How can this be done?

Thanks for the help!
--
igor

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Dividing meters by hours = meters per hour

Thank you very much!!!
--
igor


"Peo Sjoblom" wrote:

=A1/(B1*24)

--


Regards,


Peo Sjoblom

"Igorin" wrote in message
...
Hello,

I hope one of ypu can help me I have two columns:

Column A shows length progress in meters.

Coilumn B shows time for that progress, in time (hours & minutes)

In Column C I need to calculate the progress per hour, i.e., divide A1 by
B1
and get C1.

C1 should show the amount of meters per hour we have progressed (with the
cell format 0.00"m/h").

How can this be done?

Thanks for the help!
--
igor






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Dividing meters by hours = meters per hour

Thanks a lot!!!

:-)


--
igor


"T. Valko" wrote:

Try this:

=IF(B1="","",ROUND(A1/(B1*24),2))

Custom format: 0.00"m/h"

--
Biff
Microsoft Excel MVP


"Igorin" wrote in message
...
Hello,

I hope one of ypu can help me I have two columns:

Column A shows length progress in meters.

Coilumn B shows time for that progress, in time (hours & minutes)

In Column C I need to calculate the progress per hour, i.e., divide A1 by
B1
and get C1.

C1 should show the amount of meters per hour we have progressed (with the
cell format 0.00"m/h").

How can this be done?

Thanks for the help!
--
igor




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Dividing meters by hours = meters per hour

You're welcome!

--
Biff
Microsoft Excel MVP


"Igorin" wrote in message
...
Thanks a lot!!!

:-)


--
igor


"T. Valko" wrote:

Try this:

=IF(B1="","",ROUND(A1/(B1*24),2))

Custom format: 0.00"m/h"

--
Biff
Microsoft Excel MVP


"Igorin" wrote in message
...
Hello,

I hope one of ypu can help me I have two columns:

Column A shows length progress in meters.

Coilumn B shows time for that progress, in time (hours & minutes)

In Column C I need to calculate the progress per hour, i.e., divide A1
by
B1
and get C1.

C1 should show the amount of meters per hour we have progressed (with
the
cell format 0.00"m/h").

How can this be done?

Thanks for the help!
--
igor






  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Dividing meters by hours = meters per hour

Thank you.

--
igor


"sb1920alk" wrote:

Also, use the custom format:

0.00 \""m/h"\"

"Igorin" wrote:

Hello,

I hope one of ypu can help me I have two columns:

Column A shows length progress in meters.

Coilumn B shows time for that progress, in time (hours & minutes)

In Column C I need to calculate the progress per hour, i.e., divide A1 by B1
and get C1.

C1 should show the amount of meters per hour we have progressed (with the
cell format 0.00"m/h").

How can this be done?

Thanks for the help!
--
igor

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
convert meters to feet/inches Ann Excel Worksheet Functions 30 April 5th 23 01:21 PM
How do I convert Meters to Feet and Inches? Dave S Excel Worksheet Functions 7 December 16th 05 11:33 AM
convert 1.2 miles to meters crlathem Excel Discussion (Misc queries) 4 August 4th 05 10:47 AM
Formating to show square meters ie m2 Ska Excel Discussion (Misc queries) 5 February 15th 05 05:08 PM
formula for converting yards to meters stealth332001 Excel Worksheet Functions 1 February 10th 05 09:50 PM


All times are GMT +1. The time now is 02:16 PM.

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

About Us

"It's about Microsoft Excel"