Results 1 to 4 of 4

Omit plotting zero values

This is a discussion on Omit plotting zero values within the Excel Questions forums, part of the Question Forums category; Hi I have 3 columns of time series data but for one of the columns I only have values at ...

  1. #1
    New Member
    Join Date
    Apr 2006
    Posts
    9

    Default Omit plotting zero values

    Hi

    I have 3 columns of time series data but for one of the columns I only have values at specific points with the intervening points being zero (not blank).

    Is there a way to only plot the values on the chart rather than the zero's? I can cheat and do it by altering the Y-axis scale to start at 0.1 and format the axis to 0 decimal places but then I lose negative numbers......

    Values for chart as follows:

    Date RPI CPI M&B
    Jan-03 2.9% 1.4%
    Feb-03 3.2% 1.6%
    Mar-03 3.1% 1.5%
    Apr-03 3.1% 1.5%
    May-03 3.0% 1.3% -
    Jun-03 2.9% 1.0%
    Jul-03 3.1% 1.4%
    Aug-03 2.9% 1.4%
    Sep-03 2.8% 1.5% (0.4%)
    Oct-03 2.6% 1.4%
    Nov-03 2.5% 1.4%
    Dec-03 2.8% 1.2%
    Jan-04 2.6% 1.4%
    Feb-04 2.5% 1.3%
    Mar-04 2.6% 1.1%
    Apr-04 2.5% 1.1%
    May-04 2.8% 1.4% 5.3%
    Jun-04 3.0% 1.7%
    Jul-04 3.0% 1.3%
    Aug-04 3.2% 1.3%
    Sep-04 3.1% 1.1% 5.6%

    Any help most appreciated........

  2. #2
    MrExcel MVP
    Join Date
    May 2006
    Location
    Excel 2003, Australia
    Posts
    7,049

    Default Re: Omit plotting zero values

    Hi Andy.

    A usual approach relies on #N/A not plotting. So, have a formula like below so that zero values become #N/A and use that instead of the zero.

    HTH, Fazza

    Code:
    =if(a1=0,na(),a1)

  3. #3
    New Member
    Join Date
    Apr 2006
    Posts
    9

    Default Re: Omit plotting zero values

    Many thanks Fazza, that works well - strangely my formula had #n/a in originally before I removed it with a =if(isna( formula and before I plotted the graph.........

  4. #4
    MrExcel MVP
    Join Date
    May 2006
    Location
    Excel 2003, Australia
    Posts
    7,049

    Default Re: Omit plotting zero values


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
  •  


DMCA.com