Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default When I input "25:03" as a time, it reads "1:03"

I need to know how to fix this little problem. I'm using the time as an
accumulated time, not as in a definitive time. As in 25 minutes, 3 seconds.

Thanks for the help. I'm sure it's probably a simple fix.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default When I input "25:03" as a time, it reads "1:03"

Format the cell as mm:ss

Then, when you enter the time you need to enter it as 0:25:03 but it will
display as 25:03.

--
Biff
Microsoft Excel MVP


"Darryl_Neeley" wrote in message
...
I need to know how to fix this little problem. I'm using the time as an
accumulated time, not as in a definitive time. As in 25 minutes, 3
seconds.

Thanks for the help. I'm sure it's probably a simple fix.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default When I input "25:03" as a time, it reads "1:03"

Is there not another way to format it? I want it just to leave whatever is in
there alone, and read it like it is. The way it is reading it is throwing off
my calculations. It reads different above 24:00. It should read the same
throughout.

"T. Valko" wrote:

Format the cell as mm:ss

Then, when you enter the time you need to enter it as 0:25:03 but it will
display as 25:03.

--
Biff
Microsoft Excel MVP


"Darryl_Neeley" wrote in message
...
I need to know how to fix this little problem. I'm using the time as an
accumulated time, not as in a definitive time. As in 25 minutes, 3
seconds.

Thanks for the help. I'm sure it's probably a simple fix.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default When I input "25:03" as a time, it reads "1:03"

This formula is more robust, also entered with ctrl + shift & enter

=IF(COLUMNS($B1:B1)<=COUNTIF(Sheet2!$C$2:$C$2934,$ C$2),INDEX(Sheet2!$D$1:$D$2934,SMALL(IF(Sheet2!$C$ 2:$C$2934=$C$2,ROW(Sheet2!$C$2:$C$2934)-COLUMN(Sheet2!$C$2)+3),COLUMNS($B1:B1))),"")


test them side by side

then select column A in the same sheet that holds the formulas and insert a
new column, every time you insert a new column the first formula will change
the result and eventually there will just be blank cells returned while the
above formula still returns the correct result, also it has less function
calls so it should be faster


--


Regards,


Peo Sjoblom


"Darryl_Neeley" wrote in message
...
Is there not another way to format it? I want it just to leave whatever is
in
there alone, and read it like it is. The way it is reading it is throwing
off
my calculations. It reads different above 24:00. It should read the same
throughout.

"T. Valko" wrote:

Format the cell as mm:ss

Then, when you enter the time you need to enter it as 0:25:03 but it will
display as 25:03.

--
Biff
Microsoft Excel MVP


"Darryl_Neeley" wrote in message
...
I need to know how to fix this little problem. I'm using the time as an
accumulated time, not as in a definitive time. As in 25 minutes, 3
seconds.

Thanks for the help. I'm sure it's probably a simple fix.






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default When I input "25:03" as a time, it reads "1:03"

I have no clue what that is supposed to be.

All I want is for the 24:00 and up to be read as it should. I don't want
25:03 to be read as 1:03 in the cell or in the value box. I have a table set
aside to be compared with the times in the cell/value box and I need it to be
the same as what is inputted. Also, I don't want to go through the hassle of
putting in 0:25:03.

Also, 25:03 is a generic number. I'm merely using it as an example. Nothing
is special about 25:03.

"Peo Sjoblom" wrote:

This formula is more robust, also entered with ctrl + shift & enter

=IF(COLUMNS($B1:B1)<=COUNTIF(Sheet2!$C$2:$C$2934,$ C$2),INDEX(Sheet2!$D$1:$D$2934,SMALL(IF(Sheet2!$C$ 2:$C$2934=$C$2,ROW(Sheet2!$C$2:$C$2934)-COLUMN(Sheet2!$C$2)+3),COLUMNS($B1:B1))),"")


test them side by side

then select column A in the same sheet that holds the formulas and insert a
new column, every time you insert a new column the first formula will change
the result and eventually there will just be blank cells returned while the
above formula still returns the correct result, also it has less function
calls so it should be faster


--


Regards,


Peo Sjoblom


"Darryl_Neeley" wrote in message
...
Is there not another way to format it? I want it just to leave whatever is
in
there alone, and read it like it is. The way it is reading it is throwing
off
my calculations. It reads different above 24:00. It should read the same
throughout.

"T. Valko" wrote:

Format the cell as mm:ss

Then, when you enter the time you need to enter it as 0:25:03 but it will
display as 25:03.

--
Biff
Microsoft Excel MVP


"Darryl_Neeley" wrote in message
...
I need to know how to fix this little problem. I'm using the time as an
accumulated time, not as in a definitive time. As in 25 minutes, 3
seconds.

Thanks for the help. I'm sure it's probably a simple fix.








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default When I input "25:03" as a time, it reads "1:03"

Sorry, wrong thread


--


Regards,


Peo Sjoblom



"Darryl_Neeley" wrote in message
...
I have no clue what that is supposed to be.

All I want is for the 24:00 and up to be read as it should. I don't want
25:03 to be read as 1:03 in the cell or in the value box. I have a table
set
aside to be compared with the times in the cell/value box and I need it to
be
the same as what is inputted. Also, I don't want to go through the hassle
of
putting in 0:25:03.

Also, 25:03 is a generic number. I'm merely using it as an example.
Nothing
is special about 25:03.

"Peo Sjoblom" wrote:

This formula is more robust, also entered with ctrl + shift & enter

=IF(COLUMNS($B1:B1)<=COUNTIF(Sheet2!$C$2:$C$2934,$ C$2),INDEX(Sheet2!$D$1:$D$2934,SMALL(IF(Sheet2!$C$ 2:$C$2934=$C$2,ROW(Sheet2!$C$2:$C$2934)-COLUMN(Sheet2!$C$2)+3),COLUMNS($B1:B1))),"")


test them side by side

then select column A in the same sheet that holds the formulas and insert
a
new column, every time you insert a new column the first formula will
change
the result and eventually there will just be blank cells returned while
the
above formula still returns the correct result, also it has less function
calls so it should be faster


--


Regards,


Peo Sjoblom


"Darryl_Neeley" wrote in message
...
Is there not another way to format it? I want it just to leave whatever
is
in
there alone, and read it like it is. The way it is reading it is
throwing
off
my calculations. It reads different above 24:00. It should read the
same
throughout.

"T. Valko" wrote:

Format the cell as mm:ss

Then, when you enter the time you need to enter it as 0:25:03 but it
will
display as 25:03.

--
Biff
Microsoft Excel MVP


"Darryl_Neeley" wrote in
message
...
I need to know how to fix this little problem. I'm using the time as
an
accumulated time, not as in a definitive time. As in 25 minutes, 3
seconds.

Thanks for the help. I'm sure it's probably a simple fix.








  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default When I input "25:03" as a time, it reads "1:03"

Put 60 in a spare cell. Copy that cell, select your range of times, Edit/
Paste Special/ Divide, and that will convert your hours and minutes to
minutes and seconds.

Alternatively, if you don't mind the data being wrong, you might be able to
display things the way you want by formatting as [h]:mm rather than h:mm.
It will then not wrap round at 24 hours.
--
David Biddulph

"Darryl_Neeley" wrote in message
...
I have no clue what that is supposed to be.

All I want is for the 24:00 and up to be read as it should. I don't want
25:03 to be read as 1:03 in the cell or in the value box. I have a table
set
aside to be compared with the times in the cell/value box and I need it to
be
the same as what is inputted. Also, I don't want to go through the hassle
of
putting in 0:25:03.

Also, 25:03 is a generic number. I'm merely using it as an example.
Nothing
is special about 25:03.

"Peo Sjoblom" wrote:

This formula is more robust, also entered with ctrl + shift & enter

=IF(COLUMNS($B1:B1)<=COUNTIF(Sheet2!$C$2:$C$2934,$ C$2),INDEX(Sheet2!$D$1:$D$2934,SMALL(IF(Sheet2!$C$ 2:$C$2934=$C$2,ROW(Sheet2!$C$2:$C$2934)-COLUMN(Sheet2!$C$2)+3),COLUMNS($B1:B1))),"")


test them side by side

then select column A in the same sheet that holds the formulas and insert
a
new column, every time you insert a new column the first formula will
change
the result and eventually there will just be blank cells returned while
the
above formula still returns the correct result, also it has less function
calls so it should be faster


--


Regards,


Peo Sjoblom


"Darryl_Neeley" wrote in message
...
Is there not another way to format it? I want it just to leave whatever
is
in
there alone, and read it like it is. The way it is reading it is
throwing
off
my calculations. It reads different above 24:00. It should read the
same
throughout.

"T. Valko" wrote:

Format the cell as mm:ss

Then, when you enter the time you need to enter it as 0:25:03 but it
will
display as 25:03.

--
Biff
Microsoft Excel MVP


"Darryl_Neeley" wrote in
message
...
I need to know how to fix this little problem. I'm using the time as
an
accumulated time, not as in a definitive time. As in 25 minutes, 3
seconds.

Thanks for the help. I'm sure it's probably a simple fix.








  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default When I input "25:03" as a time, it reads "1:03"

You need to let Excel know that it is minutes and not hours thus you need to
enter it as
00:25:03 Because 24 hours is one day it stops when it comes to 23:59:59 and
starts over again and you can remedy that by using a custom format of

[hh]:mm

which means that what you enter is hours and minutes and not minutes and
seconds however there is no real difference as long as you know that.



--


Regards,


Peo Sjoblom


"Darryl_Neeley" wrote in message
...
I have no clue what that is supposed to be.

All I want is for the 24:00 and up to be read as it should. I don't want
25:03 to be read as 1:03 in the cell or in the value box. I have a table
set
aside to be compared with the times in the cell/value box and I need it to
be
the same as what is inputted. Also, I don't want to go through the hassle
of
putting in 0:25:03.

Also, 25:03 is a generic number. I'm merely using it as an example.
Nothing
is special about 25:03.

"Peo Sjoblom" wrote:

This formula is more robust, also entered with ctrl + shift & enter

=IF(COLUMNS($B1:B1)<=COUNTIF(Sheet2!$C$2:$C$2934,$ C$2),INDEX(Sheet2!$D$1:$D$2934,SMALL(IF(Sheet2!$C$ 2:$C$2934=$C$2,ROW(Sheet2!$C$2:$C$2934)-COLUMN(Sheet2!$C$2)+3),COLUMNS($B1:B1))),"")


test them side by side

then select column A in the same sheet that holds the formulas and insert
a
new column, every time you insert a new column the first formula will
change
the result and eventually there will just be blank cells returned while
the
above formula still returns the correct result, also it has less function
calls so it should be faster


--


Regards,


Peo Sjoblom


"Darryl_Neeley" wrote in message
...
Is there not another way to format it? I want it just to leave whatever
is
in
there alone, and read it like it is. The way it is reading it is
throwing
off
my calculations. It reads different above 24:00. It should read the
same
throughout.

"T. Valko" wrote:

Format the cell as mm:ss

Then, when you enter the time you need to enter it as 0:25:03 but it
will
display as 25:03.

--
Biff
Microsoft Excel MVP


"Darryl_Neeley" wrote in
message
...
I need to know how to fix this little problem. I'm using the time as
an
accumulated time, not as in a definitive time. As in 25 minutes, 3
seconds.

Thanks for the help. I'm sure it's probably a simple fix.








  #9   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default When I input "25:03" as a time, it reads "1:03"

the cell is reading it as hours and minutes.

what ever you are using as your input is giving it that impression
unless you will need to convert it to hours later, you could format it as
[h]:mm
including the total

"Darryl_Neeley" wrote:

I need to know how to fix this little problem. I'm using the time as an
accumulated time, not as in a definitive time. As in 25 minutes, 3 seconds.

Thanks for the help. I'm sure it's probably a simple fix.

  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default When I input "25:03" as a time, it reads "1:03"

It worked. Thanks for the help!

"bj" wrote:

the cell is reading it as hours and minutes.

what ever you are using as your input is giving it that impression
unless you will need to convert it to hours later, you could format it as
[h]:mm
including the total

"Darryl_Neeley" wrote:

I need to know how to fix this little problem. I'm using the time as an
accumulated time, not as in a definitive time. As in 25 minutes, 3 seconds.

Thanks for the help. I'm sure it's probably a simple fix.



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
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Excel Discussion (Misc queries) 1 January 30th 06 10:01 PM
Insert "-" in text "1234567890" to have a output like this"123-456-7890" Alwyn Excel Discussion (Misc queries) 3 October 25th 05 11:36 PM


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