+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Forum Contributor
    Join Date
    09-04-2006
    Posts
    117

    building a chart to display time periods

    Hello all,

    I need help making a chart to display a time period. I already have it mostly done but I seem to have to sticking points. One is I can't seem to adjust my time on the axis to be 6:00am to 12:00am. Two, my bar graph is not displaying right. To better illustrate I included the program with better instructions next to the problem area. Thank you for taking the time to look at it.
    Attached Files Attached Files

  2. #2
    Forum Moderator teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    2003 & 2010
    Posts
    10,042

    Re: building a chart to display time periods

    One is I can't seem to adjust my time on the axis to be 6:00am to 12:00am
    Format the X axis scale with

    minimum = 0.25
    maximum = 0.583333333

    To find out what a time value is in decimals, put the time into a cell, e.g. 6:00 am, and then format as General and it will display as 0.25. That's the value you need to enter in the axis scale tab.

    Two, my bar graph is not displaying right.
    Would you care to elaborate? There's so much going on in the spreadsheet that I would have to spend a whole hour to figure it all out. I'm sure it'll take you less time to point me to it.

    cheers
    teylyn
    Microsoft MVP - Excel
    At Excelforum, you can say "Thank you!" by clicking the icon below the post.

    Avoid pie charts with more than two data points. Why? See here (pdf, 559 kb). The only acceptable pie chart is here.

  3. #3
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    2003 & 2007 & 2010
    Posts
    10,944

    Re: building a chart to display time periods

    The value for the time bar is too large. You need to calculate the time between start and finish.

    M21: =TIME(MID(B7,6,2),MID(B7,8,2),0)-TIME(LEFT(B7,2), MID(B7,3,2),0)
    Cheers
    Andy
    www.andypope.info

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.2.0