#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Time in Excel

I am working on a template for stats, when i enter time in mm:ss it shows and
calculates incorrectly. can anyone help in solving this problem

thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 258
Default Time in Excel

You need to describe your problem in more detail. It may help to know that
Excel may display time as hh:mm:ss, but stores it as a decimal starting with
0.000 as 12 midnight, and 0.5 as noon. So Excel, in date/time formats, Excel
considers the number 1.5 to be Jan 1, 1900 12:00 PM. 2.25 would be Jan 2,
1900 6:00 AM. and so on.

Hope that points you in the right direction.

"Gibbyky2" wrote:

I am working on a template for stats, when i enter time in mm:ss it shows and
calculates incorrectly. can anyone help in solving this problem

thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Time in Excel

what i am trying to do is the following

A1 is 5mins 17s B1 is 37sec C1 is A1 + B1
A2 is 6mins 10s B2 is 4mins 57s C2 is A2 + B2

A50 is C1 + C2 etc


"pdberger" wrote:

You need to describe your problem in more detail. It may help to know that
Excel may display time as hh:mm:ss, but stores it as a decimal starting with
0.000 as 12 midnight, and 0.5 as noon. So Excel, in date/time formats, Excel
considers the number 1.5 to be Jan 1, 1900 12:00 PM. 2.25 would be Jan 2,
1900 6:00 AM. and so on.

Hope that points you in the right direction.

"Gibbyky2" wrote:

I am working on a template for stats, when i enter time in mm:ss it shows and
calculates incorrectly. can anyone help in solving this problem

thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Time in Excel

A1= 0:5:47
B1= 0:0:17
C1= A1+B1 and displays 0:5:54
What do you get that is wrong?
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"Gibbyky2" wrote in message
...
what i am trying to do is the following

A1 is 5mins 17s B1 is 37sec C1 is A1 + B1
A2 is 6mins 10s B2 is 4mins 57s C2 is A2 + B2

A50 is C1 + C2 etc


"pdberger" wrote:

You need to describe your problem in more detail. It may help to know
that
Excel may display time as hh:mm:ss, but stores it as a decimal starting
with
0.000 as 12 midnight, and 0.5 as noon. So Excel, in date/time formats,
Excel
considers the number 1.5 to be Jan 1, 1900 12:00 PM. 2.25 would be Jan
2,
1900 6:00 AM. and so on.

Hope that points you in the right direction.

"Gibbyky2" wrote:

I am working on a template for stats, when i enter time in mm:ss it
shows and
calculates incorrectly. can anyone help in solving this problem

thanks


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Time in Excel

i only require mm:ss unless total is over 59 mins

"Bernard Liengme" wrote:

A1= 0:5:47
B1= 0:0:17
C1= A1+B1 and displays 0:5:54
What do you get that is wrong?
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"Gibbyky2" wrote in message
...
what i am trying to do is the following

A1 is 5mins 17s B1 is 37sec C1 is A1 + B1
A2 is 6mins 10s B2 is 4mins 57s C2 is A2 + B2

A50 is C1 + C2 etc


"pdberger" wrote:

You need to describe your problem in more detail. It may help to know
that
Excel may display time as hh:mm:ss, but stores it as a decimal starting
with
0.000 as 12 midnight, and 0.5 as noon. So Excel, in date/time formats,
Excel
considers the number 1.5 to be Jan 1, 1900 12:00 PM. 2.25 would be Jan
2,
1900 6:00 AM. and so on.

Hope that points you in the right direction.

"Gibbyky2" wrote:

I am working on a template for stats, when i enter time in mm:ss it
shows and
calculates incorrectly. can anyone help in solving this problem

thanks





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Time in Excel

You can display what you like (Format/ Cells), but in inputting the data you
need to let Excel know that you want 0:5:47 and not 5:47:00
Hence Bernard's reply to you.
--
David Biddulph

"Gibbyky2" wrote in message
...
i only require mm:ss unless total is over 59 mins

"Bernard Liengme" wrote:

A1= 0:5:47
B1= 0:0:17
C1= A1+B1 and displays 0:5:54
What do you get that is wrong?
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"Gibbyky2" wrote in message
...
what i am trying to do is the following

A1 is 5mins 17s B1 is 37sec C1 is A1 + B1
A2 is 6mins 10s B2 is 4mins 57s C2 is A2 + B2

A50 is C1 + C2 etc


"pdberger" wrote:

You need to describe your problem in more detail. It may help to know
that
Excel may display time as hh:mm:ss, but stores it as a decimal
starting
with
0.000 as 12 midnight, and 0.5 as noon. So Excel, in date/time
formats,
Excel
considers the number 1.5 to be Jan 1, 1900 12:00 PM. 2.25 would be
Jan
2,
1900 6:00 AM. and so on.

Hope that points you in the right direction.

"Gibbyky2" wrote:

I am working on a template for stats, when i enter time in mm:ss it
shows and
calculates incorrectly. can anyone help in solving this problem

thanks





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Time in Excel

thanks for that

"David Biddulph" wrote:

You can display what you like (Format/ Cells), but in inputting the data you
need to let Excel know that you want 0:5:47 and not 5:47:00
Hence Bernard's reply to you.
--
David Biddulph

"Gibbyky2" wrote in message
...
i only require mm:ss unless total is over 59 mins

"Bernard Liengme" wrote:

A1= 0:5:47
B1= 0:0:17
C1= A1+B1 and displays 0:5:54
What do you get that is wrong?
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"Gibbyky2" wrote in message
...
what i am trying to do is the following

A1 is 5mins 17s B1 is 37sec C1 is A1 + B1
A2 is 6mins 10s B2 is 4mins 57s C2 is A2 + B2

A50 is C1 + C2 etc


"pdberger" wrote:

You need to describe your problem in more detail. It may help to know
that
Excel may display time as hh:mm:ss, but stores it as a decimal
starting
with
0.000 as 12 midnight, and 0.5 as noon. So Excel, in date/time
formats,
Excel
considers the number 1.5 to be Jan 1, 1900 12:00 PM. 2.25 would be
Jan
2,
1900 6:00 AM. and so on.

Hope that points you in the right direction.

"Gibbyky2" wrote:

I am working on a template for stats, when i enter time in mm:ss it
shows and
calculates incorrectly. can anyone help in solving this problem

thanks





  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 80
Default Time in Excel

I get 0:06:04 since you are adding 17 seconds to 47 seconds?
"Gibbyky2" wrote in message
...
thanks for that

"David Biddulph" wrote:

You can display what you like (Format/ Cells), but in inputting the data
you
need to let Excel know that you want 0:5:47 and not 5:47:00
Hence Bernard's reply to you.
--
David Biddulph

"Gibbyky2" wrote in message
...
i only require mm:ss unless total is over 59 mins

"Bernard Liengme" wrote:

A1= 0:5:47
B1= 0:0:17
C1= A1+B1 and displays 0:5:54
What do you get that is wrong?
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"Gibbyky2" wrote in message
...
what i am trying to do is the following

A1 is 5mins 17s B1 is 37sec C1 is A1 + B1
A2 is 6mins 10s B2 is 4mins 57s C2 is A2 + B2

A50 is C1 + C2 etc


"pdberger" wrote:

You need to describe your problem in more detail. It may help to
know
that
Excel may display time as hh:mm:ss, but stores it as a decimal
starting
with
0.000 as 12 midnight, and 0.5 as noon. So Excel, in date/time
formats,
Excel
considers the number 1.5 to be Jan 1, 1900 12:00 PM. 2.25 would be
Jan
2,
1900 6:00 AM. and so on.

Hope that points you in the right direction.

"Gibbyky2" wrote:

I am working on a template for stats, when i enter time in mm:ss
it
shows and
calculates incorrectly. can anyone help in solving this problem

thanks







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
Time difference calculations, daylight savings time, Excel Tim Excel Discussion (Misc queries) 1 December 28th 06 04:18 PM
How do i convert unix time to Julian time in excel? Ken Excel Discussion (Misc queries) 1 December 14th 06 08:22 PM
Negative time should be allowed in Excel, eg time difference Bengt-Inge Larsson Excel Discussion (Misc queries) 2 October 13th 05 12:59 PM
How do I time Hours & mins in excel - Time sheet Helen Excel Discussion (Misc queries) 5 September 17th 05 11:42 AM
Accumulate weekly time to total time in Excel. delve Excel Discussion (Misc queries) 0 May 4th 05 08:14 PM


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