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 / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

Need correct IF(ISBLANK) formula when referencing whether one of two     cells (OR) is blank, returning "no value"

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
insitedge - 15 May 2008 17:09 GMT
=IF(ISBLANK(A1),IF(ISBLANK(B1),"",C1(likely wron formula);

Don't know if I use a comma or OR, or another formula, but if either
A1 or B1 is blank, I want "no value" in C1.  If both A1 and B1 have
value then it returns the Value in C1.
Gary''s Student - 15 May 2008 17:17 GMT
=IF(OR(A1="",B1=""),"",C1)
Signature

Gary''s Student - gsnu200786

Reitanos - 15 May 2008 17:28 GMT
It would work if you add an OR in there:
=IF(OR(ISBLANK(A1),ISBLANK(B1)),"",C1)
but it cannot both put a value in C1 (ie, live there) and check the
value in C1.

> =IF(ISBLANK(A1),IF(ISBLANK(B1),"",C1(likely wron formula);
>
> Don't know if I use a comma or OR, or another formula, but if either
> A1 or B1 is blank, I want "no value" in C1.  If both A1 and B1 have
> value then it returns the Value in C1.
ND Pard - 15 May 2008 17:30 GMT
Try this:

=IF(OR(ISBLANK(A1),ISBLANK(B1)),"",C1)

Good Luck.
 
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.