A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Multiple IF's with an OR



 
 
Thread Tools Display Modes
  #1  
Old June 4th, 2010, 05:18 PM posted to microsoft.public.excel.worksheet.functions
nadine
external usenet poster
 
Posts: 303
Default Multiple IF's with an OR

Cell DQ contains a formula that pulls in the status of the item.

Here is my existing formula so far:
=IF(O2=N2,IF(DQ2="Text1",IF(L20,"Yes","No"),""), "")

What I need is for the formula to be edited os that if DQ2=Text1 OR Text2
but I don't know how to do that in Excel 2003.

Thanks.
  #2  
Old June 4th, 2010, 05:27 PM posted to microsoft.public.excel.worksheet.functions
Ms-Exl-Learner
external usenet poster
 
Posts: 522
Default Multiple IF's with an OR

Try this...

=IF(O2=N2,IF(OR(DQ2="Text1",DQ2="Text2"),IF(L20, "Yes","No"),""),"")

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Nadine" wrote:

Cell DQ contains a formula that pulls in the status of the item.

Here is my existing formula so far:
=IF(O2=N2,IF(DQ2="Text1",IF(L20,"Yes","No"),""), "")

What I need is for the formula to be edited os that if DQ2=Text1 OR Text2
but I don't know how to do that in Excel 2003.

Thanks.

  #3  
Old June 4th, 2010, 05:27 PM posted to microsoft.public.excel.worksheet.functions
steve
external usenet poster
 
Posts: 28
Default Multiple IF's with an OR

=IF(O2=N2,IF(OR(DQ2="Text1",DQ2="text2"),IF(L20, "Yes","No"),""),"")

Regards
Steve

"Nadine" wrote in message
...
Cell DQ contains a formula that pulls in the status of the item.

Here is my existing formula so far:
=IF(O2=N2,IF(DQ2="Text1",IF(L20,"Yes","No"),""), "")

What I need is for the formula to be edited os that if DQ2=Text1 OR Text2
but I don't know how to do that in Excel 2003.

Thanks.



  #4  
Old June 4th, 2010, 05:31 PM posted to microsoft.public.excel.worksheet.functions
David Biddulph
external usenet poster
 
Posts: 8,714
Default Multiple IF's with an OR

=IF(O2=N2,IF(OR(DQ2="Text1",DQ2="Text2"),IF(L20, "Yes","No"),""),"")
--
David Biddulph

"Nadine" wrote in message
...
Cell DQ contains a formula that pulls in the status of the item.

Here is my existing formula so far:
=IF(O2=N2,IF(DQ2="Text1",IF(L20,"Yes","No"),""), "")

What I need is for the formula to be edited os that if DQ2=Text1 OR Text2
but I don't know how to do that in Excel 2003.

Thanks.



  #5  
Old June 4th, 2010, 05:33 PM posted to microsoft.public.excel.worksheet.functions
nadine
external usenet poster
 
Posts: 303
Default Multiple IF's with an OR

WONDERFUL! Thanks so much.

"Ms-Exl-Learner" wrote:

Try this...

=IF(O2=N2,IF(OR(DQ2="Text1",DQ2="Text2"),IF(L20, "Yes","No"),""),"")

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Nadine" wrote:

Cell DQ contains a formula that pulls in the status of the item.

Here is my existing formula so far:
=IF(O2=N2,IF(DQ2="Text1",IF(L20,"Yes","No"),""), "")

What I need is for the formula to be edited os that if DQ2=Text1 OR Text2
but I don't know how to do that in Excel 2003.

Thanks.

  #6  
Old June 4th, 2010, 05:37 PM posted to microsoft.public.excel.worksheet.functions
Ms-Exl-Learner
external usenet poster
 
Posts: 522
Default Multiple IF's with an OR

You are welcome and thanks for feeding back.

--------------------
(Ms-Exl-Learner)
--------------------


"Nadine" wrote:

WONDERFUL! Thanks so much.

"Ms-Exl-Learner" wrote:

Try this...

=IF(O2=N2,IF(OR(DQ2="Text1",DQ2="Text2"),IF(L20, "Yes","No"),""),"")

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Nadine" wrote:

Cell DQ contains a formula that pulls in the status of the item.

Here is my existing formula so far:
=IF(O2=N2,IF(DQ2="Text1",IF(L20,"Yes","No"),""), "")

What I need is for the formula to be edited os that if DQ2=Text1 OR Text2
but I don't know how to do that in Excel 2003.

Thanks.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:54 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.