+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Registered User
    Join Date
    07-02-2009
    Location
    Florida, USA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Selected Non-Contiguous Data Not On Axis

    When I select two non-contiguous areas on a spreadsheet - B3:G3 and B14:G14, and create a pie chart, the B3:G3 range (a list of months) does not show up on the axis.

    Spreadsheet is attached.
    Last edited by dshedrow; 07-03-2009 at 08:45 AM.

  2. #2
    Forum Contributor
    Join Date
    04-03-2007
    Location
    Auckland, New Zealand
    MS-Off Ver
    2007
    Posts
    137

    Re: Selected Non-Contiguous Data Not On Axis

    Hi,
    Does seem strange.. I downloaded your example file and created a new chart with the Month Names as Axis labels with no problem.

    Anyway, a qucik one to fix:

    Click on a pie segment in your chart.
    If your formula bar you should see the following formula :
    Code:
    =SERIES(,,'Semiannual Financial Projection'!$B$14:$G$14,1)
    Note the two commas just inside the left hand bracket

    Between the first and second comma enter the following:
    Code:
    'Semiannual Financial Projection'!$B$3:$G$3
    The formula should now look like this:
    Code:
    =SERIES(,'Semiannual Financial Projection'!$B$3:$G$3,'Semiannual Financial Projection'!$B$14:$G$14,1)
    The syntax for a the chart formula is :
    =SERIES([Series Name] comma [Axis labels reference] comma [Series values])

    Hope this helped

  3. #3
    Registered User
    Join Date
    07-02-2009
    Location
    Florida, USA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Selected Non-Contiguous Data Not On Axis

    Hi,

    Thank you, your workaround works!

    I use this example in a class I teach on Microsoft Office.

    Many of the students run into this problem.

    The spreadsheet seems to be broken. Sometimes you are able to generate the chart easliy and sometimes one of non-contiguous ranges fail to be generated. Another problem is that sometimes the months range doesn't show up on the axis but shows up as the legend. This can be seen when you bring up the select data dialog box. I generated another broken chart in this condition and have attached it.


    I wonder if there is a bug in the Excel Charting software, or if I should have the software re-installed on all the machines in class?

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

    Re: Selected Non-Contiguous Data Not On Axis

    There are many bugs in the charting engine

    Are your students using the latest service pack? which is 2 by the way.
    Cheers
    Andy
    www.andypope.info

  5. #5
    Registered User
    Join Date
    07-02-2009
    Location
    Florida, USA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Selected Non-Contiguous Data Not On Axis

    Yes, the software has the latest service pack installed.

    Is it worthwhile going back to SP1 or to try re-installing Office?

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

    Re: Selected Non-Contiguous Data Not On Axis

    I have SP2 and the problem you describe does not occur.

    You could go back to SP1 but that has it's own set of bugs, which SP2 addressed.
    Cheers
    Andy
    www.andypope.info

  7. #7
    Registered User
    Join Date
    07-02-2009
    Location
    Florida, USA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Selected Non-Contiguous Data Not On Axis

    Thanks Andy. I will mark this problem solved.

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