+ Reply to Thread
Results 1 to 4 of 4

Want graph not to plot 0 values

Hybrid View

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    27

    Want graph not to plot 0 values

    In the attached example, I want to keep the formulas in column G, but I don't want the line to go to 0 if there are no values in E8:F12. I guess the solution is based on INDEX and MATCH, but I'm just learning those functions.
    Attached Files Attached Files
    Last edited by wolfgang713; 06-14-2013 at 02:58 PM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Want graph not to plot 0 values

    in h6 put
    =IF(G6=0,NA(),G6) fill down use that as you cost range
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    01-14-2013
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: Want graph not to plot 0 values

    Thank you. I knew Excel doesn't plot #N/A but didn't know how to enter it. Actually, I didn't use the helper column but put=IF(E13*F13=0,NA(),E13*F13) in Column G.

  4. #4
    Registered User
    Join Date
    06-13-2013
    Location
    Uddevalla, Sweden
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Want graph not to plot 0 values

    An easy solution is to use a table. Select range D5:G12 and Format as Table. Add a new day and values -the chart will uppdate with the new data.

+ 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