Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to get a list of times into another database program. But the time
formatting is getting messed up. For example. A time of 0:31:10 when imported into the other program becomes 0.021643519. How do I convert the time into a text format that can be exported? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How are you importing the data?
If you're writing your own program to extract the values, you may want to write that field using .text (not .value). Or if that other database program can have formatted fields, maybe just formatting it as time would solve the problem. Rick wrote: I want to get a list of times into another database program. But the time formatting is getting messed up. For example. A time of 0:31:10 when imported into the other program becomes 0.021643519. How do I convert the time into a text format that can be exported? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perhaps you could use another column with this formula:
=TEXT(B19,"h:mm:ss") -- Kevin Vaughn "Rick" wrote: I want to get a list of times into another database program. But the time formatting is getting messed up. For example. A time of 0:31:10 when imported into the other program becomes 0.021643519. How do I convert the time into a text format that can be exported? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
excel uses a serial number format for times (makes calculations easier) you
have to convert it using: =text(a1,"hh:mm:ss") "Rick" wrote: I want to get a list of times into another database program. But the time formatting is getting messed up. For example. A time of 0:31:10 when imported into the other program becomes 0.021643519. How do I convert the time into a text format that can be exported? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The command text(a1,"h:mm:ss") worked. Thanks.
"Rick" wrote: I want to get a list of times into another database program. But the time formatting is getting messed up. For example. A time of 0:31:10 when imported into the other program becomes 0.021643519. How do I convert the time into a text format that can be exported? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert Text numbers to time format | Excel Discussion (Misc queries) | |||
Excel should format time down to the hundredth/sec. | Excel Discussion (Misc queries) | |||
Format Number to Text | Excel Worksheet Functions | |||
Everytime I need to format cells or text, Excel 2003 takes a lot of time or free | Excel Discussion (Misc queries) | |||
Convert text file to MS_Excel | Excel Discussion (Misc queries) |