+ Reply to Thread
Results 1 to 3 of 3

Convert time stamp to known date in same column.

Hybrid View

  1. #1
    Registered User
    Join Date
    06-08-2015
    Location
    West Coast, New Zealand
    MS-Off Ver
    2007
    Posts
    15

    Convert time stamp to known date in same column.

    Hi guys. I have spreadsheets that record productivity. in Column A the date is recorded in cell A1 and the time of product packaging is recorded in susequent cells in Column A. The following days productivity are all recorded in Column A also. So Column A looks like........A1=01/01/2016, A2=08:00, A3=08:45, A4=09:27, A5=11:23, A6=14:18...........A9=02/01/2016, A10=06:12, A11=06:49, A12=09:52........ect. How do I replace the Cells with a time value with the date of production? So Column A returns A1=01/01/2016, A2=01/01/2016, A3=01/01/2016...............A9=02/01/2016, A10=02/01/2016, A11=02/01/2016.....ect. You help much appreciated.

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,891

    Re: Convert time stamp to known date in same column.

    In B1 enter:
    Formula: copy to clipboard
    =A1

    In B2 enter:
    Formula: copy to clipboard
    =IF(INT(A2)>0,A2,B1)

    Copy B2 down as necessary.

    You can then paste Col B over Col A if necessary.

    BSB
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    06-08-2015
    Location
    West Coast, New Zealand
    MS-Off Ver
    2007
    Posts
    15

    Re: Convert time stamp to known date in same column.

    Outstanding! Thankyou.

+ 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. [SOLVED] Convert Unix Date-time stamp to excel date and/or time columns
    By judikz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-13-2015, 05:46 PM
  2. VBA convert to pdf with date/time stamp, then email (Outlook)
    By jrc905 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-13-2015, 01:50 PM
  3. Do not Want Time Date Stamp Column to Refresh
    By Toddz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-05-2014, 07:30 PM
  4. Date Time Stamp for Specific Column
    By amccormlib in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-19-2014, 03:57 PM
  5. [SOLVED] Splitting a time stamp into one column for time and another for date
    By Ellsworth Smith in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-19-2013, 02:41 AM
  6. [SOLVED] Please Help - Trying to convert 1-2 sec data to a 5 minute Average based on time stamp -
    By elyk1173 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-31-2012, 10:34 AM
  7. Date and Time stamp column when row updated
    By batman1056 in forum Excel General
    Replies: 6
    Last Post: 02-11-2011, 07:10 AM

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