+ Reply to Thread
Results 1 to 3 of 3

Show blank instead of zero in graph

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-24-2012
    Location
    malaysia
    MS-Off Ver
    Excel 2021
    Posts
    114

    Show blank instead of zero in graph

    Trying to graph some calculated values and encountered a problem when the calculated cell is a blank and graph will display that point as 0. See attachment.

    Tried using IF statement to insert a blank ("") when calculation is not possible but graph will still display the blank as zero.

    Please help. Thanks.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,422

    Re: Show blank instead of zero in graph

    Change the formula in J15 to this:

    =IF(I15="",NA(),I15*9)

    then copy down. This returns an error instead of blank, and the graph ignores it.

    Hope this helps.

    Pete

  3. #3
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Show blank instead of zero in graph

    HI plumberef,

    Try using NA() instead of ""

    Formula: copy to clipboard
    =IF(I15="",NA(),I15*9)


    See attached:- Book2 blank instead of 0 in graph.xlsx


    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com

+ 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