+ Reply to Thread
Results 1 to 4 of 4

How to get empty cells not to show up on graph (not even as 0 )

Hybrid View

  1. #1
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to get empty cells not to show up on graph (not even as 0 )

    He is wondering if it is possible to excel to see a cell and if it is blank not to display it in a graph.
    Cells that are #N/A are ignored in charts. So if there is a formula like this,

    =IF(someCondition, someExpression, "")

    ... it can be changed to

    =IF(someCondition, someExpression, NA())
    ... he is wondering if it is possible to set up a cell so that its formula displays a result in a different cell...
    No; a formula returns a result to the cell in which it appears. There are probably other ways to achieve what he wants, though.
    Entia non sunt multiplicanda sine necessitate

  2. #2
    Registered User
    Join Date
    07-04-2009
    Location
    Milan, Italy
    MS-Off Ver
    Excel 2004
    Posts
    2

    Re: How to get empty cells not to show up on graph (not even as 0 )

    Awesome! Thanks guys!

+ 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