Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / September 2007

Tip: Looking for answers? Try searching our database.

Simple one in regard to addition.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lee Grant - 22 Sep 2007 08:07 GMT
I'm sure this is a simple one:

I have two cells, A1 & B1

A1 = 3
B1 is empty

If, in cell A3 I put =a1+b1 how do I stop cell A3 displaying anything until
both A1 and B1 have a value?

Cheers
OssieMac - 22 Sep 2007 08:34 GMT
Hi Lee,

=IF(AND(A1>0,B1>0),A1+B1,"")

Regards,

OssieMac

> I'm sure this is a simple one:
>
[quoted text clipped - 7 lines]
>
> Cheers
Lee Grant - 22 Sep 2007 08:47 GMT
Excellent.

Thanks - that has done the trick!

Thank you so much!

> Hi Lee,
>
[quoted text clipped - 16 lines]
>>
>> Cheers
Sandy Mann - 22 Sep 2007 11:34 GMT
> =IF(AND(A1>0,B1>0),A1+B1,"")

If the OP will never have negative values then OK but if there is a
possibility of negatives then better to use:

=IF(COUNT(A1:B1)=2,A1+B1,"")
Signature

HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.