+ Reply to Thread
Results 1 to 5 of 5

Remove Time Stamp Out of Cell

  1. #1
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,059

    Thumbs up Remove Time Stamp Out of Cell

    Hi,

    I have the following in a single cell, which was extracted from another source:

    11/14/2012 12:39:47 PM
    (In cell C5)

    I'm trying to use the date as a criteria to pull various metrics, but not sure if the time format is altering the results.

    What's a good function to remove the time stamp?

    Thanks
    Last edited by mycon73; 11-25-2012 at 10:19 PM.
    MyCon
    -- Using Latest Version of Excel

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Remove Time Stamp Out of Cell

    If that is in cell C5, then in C6 (or any other cell) you could enter:

    =LEFT(C5,SEARCH(".",C5)-1)*1

    Then format that cell as 'Date'

    - Moo

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Remove Time Stamp Out of Cell

    Another way..

    =DATE(YEAR(C5),MONTH(C5),DAY(C5))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Remove Time Stamp Out of Cell

    =int(c5) .
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,059

    Re: Remove Time Stamp Out of Cell

    Hi Everyone,

    All these functions works great!!!

    My problem is solved...

+ 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