+ Reply to Thread
Results 1 to 4 of 4

how to split date and time in excel

  1. #1
    Registered User
    Join Date
    04-14-2015
    Location
    India
    MS-Off Ver
    2013
    Posts
    127

    how to split date and time in excel

    Hi everyone,

    I have date and time values in single cell.

    Example: 6/9/2015 1:18:47 PM

    I want to split date and time separately into 2 different cells.

    Regards,
    Vikas

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,411

    Re: how to split date and time in excel

    =INT(A1) and =A1-INT(A1)

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,411

    Re: how to split date and time in excel

    Forum induced duplicate post - deleted

  4. #4
    Forum Contributor jayajaya_4's Avatar
    Join Date
    05-09-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    259

    Re: how to split date and time in excel

    Select the cell B1 and write the formula to extract date from cell A1.
    for date

    =INT(A1), press enter.

    Format this cell as “mm/dd/yyyy”.
    To format the cell, press the key “CTRL+1”.
    The “Format Cells” dialog box will appear.
    In the “Number” tab select “Custom” in the type box, type the date format as DD/MM/YYYY.
    Click OK.


    For time

    Select the cell B1 and write the formula to extract time from cell A1.
    =MOD (A1, 1), press enter.

    Format this cell as “h:mm”.
    To format the cell, press the key “CTRL+1”.
    The “Format Cells” dialog box will appear.
    In the “Number” tab select “Custom” in the type box, type the date format as “h:mm”.
    Click OK.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. VBA to split date and time
    By elleb in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-09-2014, 09:50 AM
  2. [SOLVED] split day from date time
    By cfinch100 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-16-2014, 03:20 PM
  3. [SOLVED] Split Date and Time Cell
    By Beamers in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-17-2013, 03:22 PM
  4. Split Date and Time
    By aftabn10 in forum Excel General
    Replies: 3
    Last Post: 09-09-2008, 04:59 AM
  5. [SOLVED] Split date and time
    By Warsteiner in forum Excel General
    Replies: 2
    Last Post: 12-08-2005, 06:15 PM

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