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 / June 2007

Tip: Looking for answers? Try searching our database.

Logical Functions

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Eden397 - 11 Jun 2007 15:36 GMT
I am confused as to why I'm getting a "FALSE" from 3 IF Statements.  Here is
my function:

=IF(Combo_4_000664!C11="All","1",IF(Combo_4_000664!C11="quota","0",IF(Combo_4_000664!C11="222","1")))

but I am getting a "FALSE" when I enter 222 in my linked spreadsheet. I
believe it's because I am already using a "1" for my "All" case, so does
anyone
know how to rewrite this to clean it up. I really appreciate this help,
everyone.
bj - 11 Jun 2007 15:43 GMT
if the 222 you enter is a number, it will not match the "222" text in the
equation
try getting rid of the Quote marks in the equation.

> I am confused as to why I'm getting a "FALSE" from 3 IF Statements.  Here is
> my function:
[quoted text clipped - 6 lines]
> know how to rewrite this to clean it up. I really appreciate this help,
> everyone.
Max - 11 Jun 2007 15:53 GMT
Maybe this might be an easier alternative:
=VLOOKUP(Combo_4_000664!C11,{"All",1;"quota",0;"222",1},2,0)

Above assumes that you want real numbers (ie: 0,1) and not text, as the
actual returns
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

> I am confused as to why I'm getting a "FALSE" from 3 IF Statements.  Here is
> my function:
[quoted text clipped - 6 lines]
> know how to rewrite this to clean it up. I really appreciate this help,
> everyone.
Teethless mama - 11 Jun 2007 16:08 GMT
=IF(OR(Combo_4_000664!C11={"All","222"}),"1",IF(Combo_4_000664!C11="quota","0","else..."))

> I am confused as to why I'm getting a "FALSE" from 3 IF Statements.  Here is
> my function:
[quoted text clipped - 6 lines]
> know how to rewrite this to clean it up. I really appreciate this help,
> everyone.
 
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.