+ Reply to Thread
Results 1 to 6 of 6

Separate Date & Time data into 2 different cells

  1. #1
    Registered User
    Join Date
    07-28-2009
    Location
    USA & KSA
    MS-Off Ver
    Excel 2007
    Posts
    15

    Separate Date & Time data into 2 different cells

    I have a cell with both date & time and I need to separate this into 2 separate cells, 1 for the date and 1 for the time.

    Sample is attached for the before and after formats.

    Thanks.
    Attached Files Attached Files
    Last edited by edwinkbell; 08-10-2009 at 08:32 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: Separate Date & Time data into 2 different cells

    To extract date =INT(B5)
    To extract time =MOD(B5,1)

    Make sure date and time cells are formatted appropriately and it will give you want you want
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    07-28-2009
    Location
    USA & KSA
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Separate Date & Time data into 2 different cells

    Thanks Special-K,
    That was just what I needed...

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Separate Date & Time data into 2 different cells

    Anon formula solution :

    data - text to column - use space as delimiter - ok

  5. #5
    Registered User
    Join Date
    06-14-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Separate Date & Time data into 2 different cells

    I did not get it.
    How to separate date & time in 2 different cells

  6. #6
    Registered User
    Join Date
    11-28-2014
    Location
    Philippines
    MS-Off Ver
    MS Excel 2010
    Posts
    1

    Re: Separate Date & Time data into 2 different cells

    Is there a formula that I can use to group a set of “time”.
    For example:
    12:01 PM
    12:15 PM
    1:05 PM
    2:18 PM
    2:20 PM
    1:08 PM

    Then I want to group them into these intervals
    12:00PM-12:30PM
    12:31PM-1:00PM
    1:01PM-1:30PM
    1:31PM-2:00PM
    2:01PM-2:30PM

    Hope you can help me with this. Thanks in advance!

+ 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