ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Time (https://www.excelbanter.com/excel-worksheet-functions/164594-time.html)

snikta

Time
 
I am creating a time sheet. I need to convert a time format (7:30) to a
decimal format (7.50). How do I do this?

Teethless mama

Time
 
=A1*24

Format cell as General


"snikta" wrote:

I am creating a time sheet. I need to convert a time format (7:30) to a
decimal format (7.50). How do I do this?


Michael

Time
 
Multiply by 24 format cell as general
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"snikta" wrote:

I am creating a time sheet. I need to convert a time format (7:30) to a
decimal format (7.50). How do I do this?


Gary[_2_]

Time
 
If the time is in A1, in B1 enter =(A1-INT(A1))*24

Hope this helps.


"snikta" wrote in message
...
I am creating a time sheet. I need to convert a time format (7:30) to a
decimal format (7.50). How do I do this?




Karen

Time
 
Hello, I have been reading the posts on converting time to a decimal. It
worked for 36:24:03, but I can't get it to work for 2:14:03. I get a "value"
error. Can you help me with this please

"Teethless mama" wrote:

=A1*24

Format cell as General


"snikta" wrote:

I am creating a time sheet. I need to convert a time format (7:30) to a
decimal format (7.50). How do I do this?


T. Valko

Time
 
Assume cell A1 = 2:14:03

Enter this formula in a cell:

=ISNUMBER(A1)

What result do you get? If A1 is a real time value then this formula will
return TRUE.

If you are using this formula:

=A1*24

And it retuns a #VALUE! error then there's a problem with what's entered in
cell A1.

--
Biff
Microsoft Excel MVP


"Karen" wrote in message
...
Hello, I have been reading the posts on converting time to a decimal. It
worked for 36:24:03, but I can't get it to work for 2:14:03. I get a
"value"
error. Can you help me with this please

"Teethless mama" wrote:

=A1*24

Format cell as General


"snikta" wrote:

I am creating a time sheet. I need to convert a time format (7:30) to
a
decimal format (7.50). How do I do this?




Karen

Time
 
Thank you. I will try again. I appreciate your answer.

"T. Valko" wrote:

Assume cell A1 = 2:14:03

Enter this formula in a cell:

=ISNUMBER(A1)

What result do you get? If A1 is a real time value then this formula will
return TRUE.

If you are using this formula:

=A1*24

And it retuns a #VALUE! error then there's a problem with what's entered in
cell A1.

--
Biff
Microsoft Excel MVP


"Karen" wrote in message
...
Hello, I have been reading the posts on converting time to a decimal. It
worked for 36:24:03, but I can't get it to work for 2:14:03. I get a
"value"
error. Can you help me with this please

"Teethless mama" wrote:

=A1*24

Format cell as General


"snikta" wrote:

I am creating a time sheet. I need to convert a time format (7:30) to
a
decimal format (7.50). How do I do this?





Karen

Time
 
Here I am again. I tried every format available and nothing works. The
formula does come back false every time. Any other suggestions besides doing
it manually?
Thank you.
Karen

"T. Valko" wrote:

Assume cell A1 = 2:14:03

Enter this formula in a cell:

=ISNUMBER(A1)

What result do you get? If A1 is a real time value then this formula will
return TRUE.

If you are using this formula:

=A1*24

And it retuns a #VALUE! error then there's a problem with what's entered in
cell A1.

--
Biff
Microsoft Excel MVP


"Karen" wrote in message
...
Hello, I have been reading the posts on converting time to a decimal. It
worked for 36:24:03, but I can't get it to work for 2:14:03. I get a
"value"
error. Can you help me with this please

"Teethless mama" wrote:

=A1*24

Format cell as General


"snikta" wrote:

I am creating a time sheet. I need to convert a time format (7:30) to
a
decimal format (7.50). How do I do this?





David Biddulph[_2_]

Time
 
You've probably got spaces or other non-printing characters, before or after
the numbers.
--
David Biddulph

"Karen" wrote in message
...
Here I am again. I tried every format available and nothing works. The
formula does come back false every time. Any other suggestions besides
doing
it manually?
Thank you.
Karen

"T. Valko" wrote:

Assume cell A1 = 2:14:03

Enter this formula in a cell:

=ISNUMBER(A1)

What result do you get? If A1 is a real time value then this formula will
return TRUE.

If you are using this formula:

=A1*24

And it retuns a #VALUE! error then there's a problem with what's entered
in
cell A1.

--
Biff
Microsoft Excel MVP


"Karen" wrote in message
...
Hello, I have been reading the posts on converting time to a decimal.
It
worked for 36:24:03, but I can't get it to work for 2:14:03. I get a
"value"
error. Can you help me with this please

"Teethless mama" wrote:

=A1*24

Format cell as General


"snikta" wrote:

I am creating a time sheet. I need to convert a time format (7:30)
to
a
decimal format (7.50). How do I do this?







Karen

Time
 
Thank you. I've done that before when doing a copy & paste. I will try that.
Karen

"David Biddulph" wrote:

You've probably got spaces or other non-printing characters, before or after
the numbers.
--
David Biddulph

"Karen" wrote in message
...
Here I am again. I tried every format available and nothing works. The
formula does come back false every time. Any other suggestions besides
doing
it manually?
Thank you.
Karen

"T. Valko" wrote:

Assume cell A1 = 2:14:03

Enter this formula in a cell:

=ISNUMBER(A1)

What result do you get? If A1 is a real time value then this formula will
return TRUE.

If you are using this formula:

=A1*24

And it retuns a #VALUE! error then there's a problem with what's entered
in
cell A1.

--
Biff
Microsoft Excel MVP


"Karen" wrote in message
...
Hello, I have been reading the posts on converting time to a decimal.
It
worked for 36:24:03, but I can't get it to work for 2:14:03. I get a
"value"
error. Can you help me with this please

"Teethless mama" wrote:

=A1*24

Format cell as General


"snikta" wrote:

I am creating a time sheet. I need to convert a time format (7:30)
to
a
decimal format (7.50). How do I do this?








All times are GMT +1. The time now is 03:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com