#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Time Function

I just finished a 5k run that took me 36:48 minutes to complete. Last
year it took me 33:05. I can't find the function to subtract minutes.
I found teh format [mm]:ss and tried all sorts of variations without
luck.

Thanks in advance.
Tango
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Time Function

Saying "... without luck" isn't the clearest problem description to help us
in solving your problem.
Perhaps you could tell us what values you have in the cells, what formula
you've used, and what value you got (and what value you expected)?

Possible areas where you may have been confused a
a in ensuring that you've got numbers that represent mm:ss and not hh:mm.
Try typing in 36:48.0 or 0:36:48, not 36:48.
b in dealing with negative times, which you may be able to display by
using 1904 date system, but beware of possible difficulties switching to and
fro between 1900 and 1904 systems.
--
David Biddulph

"Tango" wrote in message
...
I just finished a 5k run that took me 36:48 minutes to complete. Last
year it took me 33:05. I can't find the function to subtract minutes.
I found teh format [mm]:ss and tried all sorts of variations without
luck.

Thanks in advance.
Tango



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Time Function

=TIME(0,36,48)-TIME(0,33,5)
and format as [mm]:ss
--
Gary''s Student - gsnu2007d


"Tango" wrote:

I just finished a 5k run that took me 36:48 minutes to complete. Last
year it took me 33:05. I can't find the function to subtract minutes.
I found teh format [mm]:ss and tried all sorts of variations without
luck.

Thanks in advance.
Tango

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default Time Function

On Feb 24, 5:20*am, Tango wrote:
I just finished a 5k run that took me 36:48 minutes to complete.
*Last year it took me 33:05. *I can't find the function to subtract
minutes. I found teh format [mm]:ss and tried all sorts of
variations without luck. *


It would be nice if you explained what went wrong, not simply "without
luck". But let me guess: despite the format [mm]:ss, when you
entered 33:05, you got a large number, namely 1985:00. At least, that
is what happens in Excel 2003. The problem is: apparently, Excel
still requires that you enter the number in the form h:mm:ss.

So, if you enter 00:36:48 in A1 and 00:33:05 in A2, both formatted as
[mm]:ss, then put the following in A3:

=A1-A2

A3 will inherit the format [mm]:ss.
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
verify use of TIME Function, Find Quantity Level compare to time-d nastech Excel Discussion (Misc queries) 9 July 11th 07 01:58 PM
One-time NOW() function BigD Excel Worksheet Functions 3 September 28th 06 06:24 PM
Time function L_n_da Excel Worksheet Functions 1 February 1st 06 09:02 PM
Time function Tim Excel Worksheet Functions 1 December 12th 05 02:53 PM
Function to convert Time String to Time Andibevan Excel Worksheet Functions 6 August 19th 05 01:19 PM


All times are GMT +1. The time now is 07:57 AM.

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"