+ Reply to Thread
Results 1 to 3 of 3

Cell formatting

  1. #1
    GregO
    Guest

    Cell formatting

    Is it possible to format a cell to represent time to six decmial places.
    Example HH:MM:SS.123456

  2. #2
    Bob Phillips
    Guest

    Re: 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" <GregO@discussions.microsoft.com> wrote in message
    news:22AF39D1-170C-445B-90D0-97DF585B06C4@microsoft.com...
    > Is it possible to format a cell to represent time to six decmial places.
    > Example HH:MM:SS.123456




  3. #3
    Kevin B
    Guest

    RE: 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1