+ Reply to Thread
Results 1 to 4 of 4

Conditionally add contents to a cell, with "Null" option?

  1. #1
    Registered User
    Join Date
    11-08-2007
    Posts
    6

    Question Conditionally add contents to a cell, with "Null" option?

    If A1+A2>0, this cell displays A1+A2,
    else
    this cell shows nothing (not 0, not " ", not "N/A", but NOTHING)

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try:

    =IF(A1+A2>0,A1+A2,"")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    11-08-2007
    Posts
    6

    Nope...

    One would THINK that'd work, but it does not for me.
    I need the cell to act "empty"
    (Use is for a chart... I want some cells to yield nothing, not "0" (or effectively 0)
    Nothing - break in the chart line
    "" - line drops to the bottom....

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Quote Originally Posted by everseeker
    One would THINK that'd work, but it does not for me.
    I need the cell to act "empty"
    (Use is for a chart... I want some cells to yield nothing, not "0" (or effectively 0)
    Nothing - break in the chart line
    "" - line drops to the bottom....
    Try returning an #N/A result instead... I think the chart will break the line...


    =IF(A1+A2>0,A1+A2,NA())

+ 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