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.

Get rid of FALSE in cell?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
StargateFanFromWork - 20 Sep 2007 20:27 GMT
How do we get rid of the FALSE in a cell, pls?  The cell in question, N2,
has this formula in it:

=IF(K3<>"",IF(M2=0,"OKAY","RE-CHECK"))

When K3 is empty, I get a FALSE rather than just a blank cell.

Thank you!  :oD
Peo Sjoblom - 20 Sep 2007 20:38 GMT
=IF(K3<>"",IF(M2=0,"OKAY","RE-CHECK"),"")

Signature

Regards,

Peo Sjoblom

> How do we get rid of the FALSE in a cell, pls?  The cell in question, N2,
> has this formula in it:
[quoted text clipped - 4 lines]
>
> Thank you!  :oD
Sandy Mann - 20 Sep 2007 20:41 GMT
Try:

=IF(K3="","",IF(M2=0,"OKAY","RE-CHECK"))

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

> How do we get rid of the FALSE in a cell, pls?  The cell in question, N2,
> has this formula in it:
[quoted text clipped - 4 lines]
>
> Thank you!  :oD
JE McGimpsey - 20 Sep 2007 20:42 GMT
One way:

You have to provide an alternative to the default FALSE branch. One
option is to use the null string (""):

   =IF(K3<>"",IF(M2=0,"OKAY","RE-CHECK"),"")

or, equivalently:

   =IF(K3="","",IF(M2=0,"OKAY","RE-CHECK"))

> How do we get rid of the FALSE in a cell, pls?  The cell in question, N2,
> has this formula in it:
[quoted text clipped - 4 lines]
>
> Thank you!  :oD

Rate this thread:






 
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.