+ Reply to Thread
Results 1 to 4 of 4

Dynamic Charting - Scatter Chart - X-axis doesn't display correct reference

  1. #1
    Registered User
    Join Date
    01-17-2013
    Location
    New South Wales, Australia
    MS-Off Ver
    Excel 2010
    Posts
    13

    Dynamic Charting - Scatter Chart - X-axis doesn't display correct reference

    Hi all,

    I have a chart that I would like to update automatically based on modifications to a series of data on other sheets. I have it so it updates but the x-axis has reverted to an incorrect number scale and I can't seem to fix it.

    I've isolated the problem to be something to do with my statement involving an iferror setting unused cells to "". This corrupts the X-axis. However if you remove this statement it then corrupts the graph by making it end at 0,0 which I don’t want either.

    Any help on the issue would be great.

    Cheers

    Linc

    Ps. I've attached a sample of the spread sheet for your review. It contains two sheets, iferror error with the incorrect x-axis and chart error where the chart is plotting to 0,0 on the curve.
    Variable distribution curve.xlsm

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,435

    Re: Dynamic Charting - Scatter Chart - X-axis doesn't display correct reference

    change you formula in column I

    =IFERROR(SMALL($E$5:E237,F5),NA())
    Cheers
    Andy
    www.andypope.info

  3. #3
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,435

    Re: Dynamic Charting - Scatter Chart - X-axis doesn't display correct reference

    change you formula in column I

    =IFERROR(SMALL($E$5:E237,F5),NA())

  4. #4
    Registered User
    Join Date
    01-17-2013
    Location
    New South Wales, Australia
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Dynamic Charting - Scatter Chart - X-axis doesn't display correct reference

    Hey Andy,

    Thanks for the reply. I didn't know about the NA() function. It will help me in a few other areas too.

    Cheers

    Linc

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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