+ Reply to Thread
Results 1 to 2 of 2

parse date from date/time column

  1. #1
    Registered User
    Join Date
    07-19-2007
    Posts
    51

    parse date from date/time column

    I have a column that has date and time combined but I need to separate out only the time. I was going to use "text to columns" but the date is not standard (Jan appears as 1, not 01)
    thanks for the help

    1 file attached
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: parse date from date/time column

    You can use MOD

    B1: =MOD(A1,1)

    or conversely

    B1: =A1-INT(A1)
    (ie subtract the date integer from the value to leave incomplete days value)

+ 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