+ Reply to Thread
Results 1 to 4 of 4

cell format as time from 0

  1. #1
    Registered User
    Join Date
    04-09-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    4

    cell format as time from 0

    I have a list of variables which I wish to chart over time. The data was recorded by third party software and and saved in CSV format with a time base starting at time 0 and plotting every second. When I try to format the time cells it produces dates referenced to 1900.

    Anyone know how to format as time but reference to second 0 and count up.

    Some of the data as an example. I'm not sure how the first column numbers were generated but each entry is approx +1 second from the previous.

    0.0242 - 4.5999
    0.0408 - 4.6
    0.0577 - 4.5999
    0.0744 - 4.5959
    0.091 - 4.591
    0.1076 - 4.5866
    0.1243 - 4.5907
    0.1425 - 4.5868
    0.1591 - 4.5907
    0.1758 - 4.5822
    0.1926 - 4.5871
    0.2093 - 4.5782
    0.2259 - 4.5615
    0.2428 - 4.5619
    Last edited by Tom_B; 10-15-2013 at 12:46 AM.

  2. #2
    Registered User
    Join Date
    10-14-2013
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2003, 2013
    Posts
    25

    Re: cell format as time from 0

    It seems the recordings are taken in minutes. It might be easier to convert the readings to seconds first (multiply by 60) in a separate column and then using the TIME Function. Or you can do it all in one go with the formula "=TIME(0,0,A1*60)" where A1 is the column 1 reading. Make sure you then format the cells to display a custom format hh:mm:ss (or whatever other format you would like)

  3. #3
    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
    53,048

    Re: cell format as time from 0

    What does the data look like when it come in from the other software? Are there any import options?

    Perhaps a sample file will help to show what you have, and maybe you can add a few samples of what you want?
    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

  4. #4
    Registered User
    Join Date
    04-09-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: cell format as time from 0

    These are just a sample of the first records and there are actually over 1600 records from a period of 27 mins.

    The data is as you see it or as a jpg, that's it.

+ 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. Change format of lots of data cell to a time format
    By dazza67 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 03-24-2013, 03:24 PM
  2. Replies: 1
    Last Post: 04-18-2012, 11:18 AM
  3. Replies: 2
    Last Post: 04-11-2012, 02:06 PM
  4. [SOLVED] Re: How do I format a cell for time (ex. 02:17 without AM or PM)?
    By Gord Dibben in forum Excel General
    Replies: 2
    Last Post: 04-25-2006, 03:10 PM
  5. cell format for date/time in same cell excel 2003
    By Sandy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-17-2006, 11:50 PM

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