#1   Report Post  
Posted to microsoft.public.excel.misc
GregO
 
Posts: n/a
Default Cell formatting

Is it possible to format a cell to represent time to six decmial places.
Example HH:MM:SS.123456
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Cell formatting

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   Report Post  
Posted to microsoft.public.excel.misc
Kevin B
 
Posts: n/a
Default Cell formatting

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
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
Conditional Formatting For A Cell Other Than The One With The Form Jim J. Excel Worksheet Functions 2 February 19th 06 07:11 PM
Drop Down List that has formatting of cell range Font ect. Tom Meacham Excel Discussion (Misc queries) 1 January 11th 06 01:43 AM
can conditional formatting on one cell value to another cell valu Ring eye Excel Worksheet Functions 2 January 10th 06 07:32 PM
Transfer Cell Formatting for linked cells Scott Excel Discussion (Misc queries) 2 November 23rd 05 11:04 PM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM


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