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 / General Excel Questions / May 2008

Tip: Looking for answers? Try searching our database.

If Statement

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
RWilson130 - 20 May 2008 20:25 GMT
I have written a formula IF(M15="L","X","") but I want to add to the formula
IF(T15="BA","")

Can anyone help me with this?

Thanks!
Gary Brown - 20 May 2008 20:44 GMT
I'm going to assume that the 2nd formula was supposed to be...
IF(T15="BA","X","")

That would make your 'combined' formula...
IF(or(M15="L", T15="BA"),"X","")

Hope this helps.
Gary Brown

> I have written a formula IF(M15="L","X","") but I want to add to the formula
> IF(T15="BA","")
>
> Can anyone help me with this?
>
> Thanks!
RWilson130 - 20 May 2008 21:17 GMT
No I am trying to do two things here....first i want to know if in cell M15 =
L then I need an X, if it doesn't = L then leave it blank, but if T15= BA I
need it to come back a blank no matter if M15 = L or not.

Thanks for your help with this!

> I'm going to assume that the 2nd formula was supposed to be...
> IF(T15="BA","X","")
[quoted text clipped - 11 lines]
> >
> > Thanks!
David Biddulph - 20 May 2008 21:30 GMT
=IF(T15="BA","",IF(M15="L","X",""))
or
=IF(OR(T15="BA",M15<>"L"),"","X")
or
=IF(AND(T15<>"BA",M15="L"),"X","")
--
David Biddulph

> No I am trying to do two things here....first i want to know if in cell
> M15 =
[quoted text clipped - 20 lines]
>> >
>> > Thanks!
RWilson130 - 20 May 2008 23:20 GMT
Thank You David!!!

> =IF(T15="BA","",IF(M15="L","X",""))
> or
[quoted text clipped - 28 lines]
> >> >
> >> > Thanks!
 
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.