+ Reply to Thread
Results 1 to 5 of 5

excel 2007 splitting emulgamated date / time cell without usingthe text to column function

  1. #1
    Registered User
    Join Date
    09-23-2012
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2007
    Posts
    15

    excel 2007 splitting emulgamated date / time cell without usingthe text to column function

    Me again


    I want to autominously split a cell that reads ‘3/07/2014 0:00”
    Basically i want to extract the time
    And dont want to use the text to columns function
    Last edited by BobbyH; 09-24-2012 at 12:38 AM.

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: excel 2007 splitting emulgamated date / time cell without usingthe text to column func

    try

    =MOD(A1,1) ->format to time
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    09-23-2012
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: excel 2007 splitting emulgamated date / time cell without usingthe text to column func

    i couldnt get it to work mate

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: excel 2007 splitting emulgamated date / time cell without usingthe text to column func

    try this 1...
    =TIME(HOUR(A1),MINUTE(A1),0)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    09-23-2012
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: excel 2007 splitting emulgamated date / time cell without usingthe text to column func

    spot on mate thanks heaps!

+ 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