#1   Report Post  
BIYB
 
Posts: n/a
Default Calculating time

Ive got a time which has been formated to [m]:sec (ie: 592:15 or 592 minutes
and 15 seconds) which I am trying to divide into a general number (ie: 52) or
52/592:1, the answer I am getting is 182083:03

Example...a kid score 52 points in 592:11 time played, how many points did
he score per minute played? As I see it I should be getting .0878 points per
minute.

What am I doing wrong?

Tks




  #2   Report Post  
Niek Otten
 
Posts: n/a
Default

What you get is the points per day. Divide by 24/60 and you get what you
expected.
So something like =52/A1/24/60 and then Format as General. Important,
because Excel will probably format as time, which may confuse you even more!

--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"BIYB" wrote in message
...
Ive got a time which has been formated to [m]:sec (ie: 592:15 or 592
minutes
and 15 seconds) which I am trying to divide into a general number (ie: 52)
or
52/592:1, the answer I am getting is 182083:03

Example...a kid score 52 points in 592:11 time played, how many points did
he score per minute played? As I see it I should be getting .0878 points
per
minute.

What am I doing wrong?

Tks






  #3   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

A1: 52
B1: 592:11:00
C1: =A1/(B1*24) formatted as General = 0.0878106442261687

Regards

Trevor


"BIYB" wrote in message
...
Ive got a time which has been formated to [m]:sec (ie: 592:15 or 592
minutes
and 15 seconds) which I am trying to divide into a general number (ie: 52)
or
52/592:1, the answer I am getting is 182083:03

Example...a kid score 52 points in 592:11 time played, how many points did
he score per minute played? As I see it I should be getting .0878 points
per
minute.

What am I doing wrong?

Tks






  #4   Report Post  
Barrie Davidson
 
Posts: n/a
Default


Try this formula and ensure the cell is formatted as a number (not a
time/date):

=52/(A1*1440)

where A1 contains 592:15.

Regards,


--
Barrie Davidson


------------------------------------------------------------------------
Barrie Davidson's Profile: http://www.excelforum.com/member.php...o&userid=16930
View this thread: http://www.excelforum.com/showthread...hreadid=387323

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
Calculating a rate for elapsed time? Keith Excel Discussion (Misc queries) 8 May 18th 05 09:14 PM
I need help with a formula calculating time Mark Excel Discussion (Misc queries) 2 April 27th 05 10:31 AM
Calculating negative time & creating scrol bars for fixed size txt box. Jonathan hill via OfficeKB.com Excel Discussion (Misc queries) 4 February 12th 05 02:08 AM
Calculating tvl time in Excel 2000 Rev.9.2720 Brandi Excel Worksheet Functions 5 January 27th 05 09:15 PM
Calculating effective time from start/end date+time Stefan Stridh Excel Worksheet Functions 8 November 27th 04 03:50 PM


All times are GMT +1. The time now is 01:00 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"