Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 216
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 506
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 49
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 216
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 506
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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How 2 avoid multiple IF's by LOOKUP's??? FARAZ QURESHI Excel Discussion (Misc queries) 3 June 8th 07 09:01 AM
Multiple IF's to Select a Value JerryS Excel Worksheet Functions 6 May 9th 07 12:53 AM
Multiple If's and OR's Shelly Excel Worksheet Functions 16 February 19th 07 11:44 PM
multiple IF's ? foilprint0 Excel Worksheet Functions 1 January 31st 06 04:59 PM
Formula with multiple IF'S Kim46770 Excel Discussion (Misc queries) 2 May 17th 05 10:31 PM


All times are GMT +1. The time now is 03:23 PM.

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

About Us

"It's about Microsoft Excel"