Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it possible to format a cell to represent time to six decmial places.
Example HH:MM:SS.123456 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you can format the cell as "hh:mm:ss", if that is what you mean.
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "GregO" wrote in message ... Is it possible to format a cell to represent time to six decmial places. Example HH:MM:SS.123456 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you convert each time element to text and format each one you can get a 6
position second display. The following functions picks up the time in cell A1 and converts it to text with the formatting needed: =TEXT(HOUR(A1),"#")&":"&TEXT(MINUTE(A1),"0#")&":"& TEXT(SECOND(A1),"000000") -- Kevin Backmann "GregO" wrote: Is it possible to format a cell to represent time to six decmial places. Example HH:MM:SS.123456 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting For A Cell Other Than The One With The Form | Excel Worksheet Functions | |||
Drop Down List that has formatting of cell range Font ect. | Excel Discussion (Misc queries) | |||
can conditional formatting on one cell value to another cell valu | Excel Worksheet Functions | |||
Transfer Cell Formatting for linked cells | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel |