+ Reply to Thread
Results 1 to 4 of 4

Split the date & time in one cell to be 2 colums.

  1. #1
    Aom
    Guest

    Split the date & time in one cell to be 2 colums.

    I want to split the date & time in one cell to be 2 colums; Date and another
    colum is Time. i.e. 4/11/2006 14.30
    How should I do?

  2. #2
    Ardus Petus
    Guest

    Re: Split the date & time in one cell to be 2 colums.

    In A1: =TODAY()
    format dd/mm/yyyy

    in B1:
    =NOW()-TODAY()
    format hh:mm:ss

    HTH
    --
    AP

    "Aom" <[email protected]> a écrit dans le message de
    news:[email protected]...
    > I want to split the date & time in one cell to be 2 colums; Date and

    another
    > colum is Time. i.e. 4/11/2006 14.30
    > How should I do?




  3. #3
    Aladin Akyurek
    Guest

    Re: Split the date & time in one cell to be 2 colums.

    If the entry is 4/11/2006 14:30 where time is 14:30 (not 14.30)...

    B2:

    =INT(A2)

    C2:

    =A2-B2

    Format B2 as date and C2 as time.

    Aom wrote:
    > I want to split the date & time in one cell to be 2 colums; Date and another
    > colum is Time. i.e. 4/11/2006 14.30
    > How should I do?


  4. #4
    Bob Phillips
    Guest

    Re: Split the date & time in one cell to be 2 colums.

    =INT(A2)

    and

    =MOD(A2,1)

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Aom" <[email protected]> wrote in message
    news:[email protected]...
    > I want to split the date & time in one cell to be 2 colums; Date and

    another
    > colum is Time. i.e. 4/11/2006 14.30
    > How should I do?




+ 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