ExcelTip.com
Account Icon Account Icon Account Icon
ExcelTip.com

Go Back   Excel Help Forum > Limelight Media - ExcelTip.com Books > F1 Get the most out of Excel Formulas & Functions

Notices

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 11-08-2007, 01:15 PM
everseeker everseeker is offline
Registered User
 
Join Date: 08 Nov 2007
Posts: 3
everseeker is on a distinguished road
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)
Reply With Quote
  #2  
Old 11-08-2007, 01:51 PM
NBVC's Avatar
NBVC NBVC is online now
Forum Moderator
 
Join Date: 06 Dec 2006
Location: Mississauga, CANADA
Posts: 7,651
NBVC will become famous soon enough NBVC will become famous soon enough
Try:

=IF(A1+A2>0,A1+A2,"")
__________________
Where there is a will there are many ways. Finding one that works for you is the challenge!

Please read the Forum Rules: Rules
Reply With Quote
  #3  
Old 11-08-2007, 03:45 PM
everseeker everseeker is offline
Registered User
 
Join Date: 08 Nov 2007
Posts: 3
everseeker is on a distinguished road
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....
Reply With Quote
  #4  
Old 11-09-2007, 08:52 AM
NBVC's Avatar
NBVC NBVC is online now
Forum Moderator
 
Join Date: 06 Dec 2006
Location: Mississauga, CANADA
Posts: 7,651
NBVC will become famous soon enough NBVC will become famous soon enough
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())
__________________
Where there is a will there are many ways. Finding one that works for you is the challenge!

Please read the Forum Rules: Rules
Reply With Quote
Reply

Bookmarks

New topics in F1 Get the most out of Excel Formulas & Functions


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -4. The time now is 11:15 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0