Results 1 to 2 of 2

Graphing of times longer than 24 hours

Threaded View

  1. #1
    Registered User
    Join Date
    02-02-2009
    Location
    New Jersey
    MS-Off Ver
    Excel 2001
    Posts
    1

    Graphing of times longer than 24 hours

    So I used the thread "Convert number to time" to figure out how to convert, say, 930 to 9:30 in large numbers...

    =IF(A1<1000,TIMEVALUE(LEFT(A1,1)&":"&RIGHT(EA1,2)),TIMEVALUE(LEFT(A1,2)&":"&RIGHT(A1,2))).

    I plan on using this technique to graph some changing measurements (y-axis) over the period of 2 weeks (ends up being about 13,000 numbers). Unfortunately, when I try to graph anything over 24 hours, the lines loop back to the start of the graph. Any ideas on how to tell Excel that these aren't the same x-values?

    I've attached a file to look at if I'm too confusing.

    Thanks,

    Nick
    Attached Files Attached Files
    Last edited by VBA Noob; 02-03-2009 at 03:08 AM.

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