+ Reply to Thread
Results 1 to 2 of 2

Chart that's bringing in zero values

  1. #1
    Registered User
    Join Date
    11-14-2008
    Location
    Wesley Chapel, FL
    Posts
    5

    Chart that's bringing in zero values

    I've searched for a couple of hours and this has me stumped. On the attached spreadsheet, all of my charts are graphing the zero values for the remainder of the year. I have the Chart Options selected to not count zero values. There are 5 tabs that have charts - 071,087,155,PRD, and L&D TREND. I would like for the graphing line to end whenever there is no data to report instead of dropping it all the way down to zero in all of those tabs. It's probably something simple that I'm overlooking.

    Thanks.
    Last edited by Coldones; 11-21-2008 at 09:11 PM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,438
    There is no option to not plot zero.
    There is a option to not plot empty cells as zero, but you do not have empty cells.

    Either change the data source formula to output #N/A for zero values.

    Example for Hidden data cell K53

    =IF('071'!N36=0,NA(),'071'!N36)

    Or use named ranges. Plenty of examples on the forum of these.
    Cheers
    Andy
    www.andypope.info

+ Reply to Thread

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