Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Formula <0 leave cell blank

I want A3 to =A1+A2, but how can I make A3 remain blank if it doesn't meet a
certain condition such as 0.

Whit
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Formula <0 leave cell blank

if(a1+a2<=0,"",a1+a2)



Whit wrote:

I want A3 to =A1+A2, but how can I make A3 remain blank if it doesn't meet a
certain condition such as 0.

Whit


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Formula <0 leave cell blank

=IF(A1+A20,A1+A2,"")

Vaya con Dios,
Chuck, CABGx3


"Whit" wrote in message
...
I want A3 to =A1+A2, but how can I make A3 remain blank if it doesn't meet

a
certain condition such as 0.

Whit



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default Formula <0 leave cell blank

Whit, try this,
=IF(A1+A20,A1+A2,"")

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Whit" wrote in message
...
I want A3 to =A1+A2, but how can I make A3 remain blank if it doesn't meet

a
certain condition such as 0.

Whit



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting a chart to stop if the formula resutls in a blank cell markag Excel Worksheet Functions 3 August 2nd 06 03:59 PM
Array formula returns blank in the cell where it is entered [email protected] Excel Worksheet Functions 1 July 27th 06 04:25 PM
How do I say "if this cell is blank, use this formula... Linhob Excel Worksheet Functions 4 July 25th 06 06:37 PM
CAN YOU SET GRAPH TO READ, FORMULA IN A CELL AS A BLANK CELL AJ-foster Excel Discussion (Misc queries) 2 July 15th 06 08:34 AM
leave a cell blank nicolas Excel Worksheet Functions 1 August 2nd 05 01:55 PM


All times are GMT +1. The time now is 02:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"