+ Reply to Thread
Results 1 to 3 of 3

Remove zeros from chart

  1. #1
    Registered User
    Join Date
    07-14-2015
    Location
    Stuttgart
    MS-Off Ver
    2013
    Posts
    75

    Remove zeros from chart

    Hello guys,

    how do I remove zeros from a chart?

    I did the following: Options -> Advanced -> "Display options for this workbook" -> untick "show a zero in cells that have zero value".

    OUTPUT -> the table source of the chart doesn't display the zeros, however the chart does it.

    Any suggestions?

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Remove zeros from chart

    One trick is to push from the data table to a chart-building table, and use a boolean IF while filling the chart-building table to replace values you wish to exclude with an error code. =IF(A1 =0, #N/A, A1) or something like that.

    Charts completely skip error codes, so that should generate the chart you want.

    Of course, filling a table up with error codes means any further function handling will need to wrap error handling.
    Click the [* Add Reputation] Button to thank people for help!
    Post Attachment: Click [Go Advanced] under the reply box; then click [Manage Attachments] to launch the attachments dialogue.
    Mark Thread Solved: Go to the top of the first post; Select [Thread Tools] dropdown; Pick the [Mark thread as Solved] option.

  3. #3
    Registered User
    Join Date
    07-14-2015
    Location
    Stuttgart
    MS-Off Ver
    2013
    Posts
    75

    Re: Remove zeros from chart

    it works perfectly, thanks a lot!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Remove zeros from dates
    By bkatzman in forum Excel General
    Replies: 16
    Last Post: 12-24-2021, 09:26 PM
  2. remove leading zeros
    By kisanvikas2015 in forum Excel General
    Replies: 3
    Last Post: 05-08-2015, 09:00 AM
  3. Remove leading Zeros
    By pauldaddyadams in forum Excel General
    Replies: 3
    Last Post: 01-22-2015, 06:47 PM
  4. Remove trailing zeros?
    By arreferee in forum Excel General
    Replies: 1
    Last Post: 01-14-2013, 09:00 PM
  5. Remove zeros from sheet
    By fusion007 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-23-2011, 10:47 AM
  6. Remove trailing zeros
    By Garren1013 in forum Excel General
    Replies: 10
    Last Post: 02-21-2011, 05:08 PM
  7. [SOLVED] Remove zeros
    By xgirl in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-13-2005, 09:06 AM

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