Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
guilbj2
 
Posts: n/a
Default Checking if 2 of 3 conditions are met...


I'm trying to figure out an =IF to check if 2 of 3 conditions are met.
The conditions are as follows

E="Y"
H3=10
I3="Win"

What I'm trying to do is set the value in a cell to "Pass" if ANY 2 (or
all 3) of the conditions are met. Any ideas?


--
guilbj2
------------------------------------------------------------------------
guilbj2's Profile: http://www.excelforum.com/member.php...fo&userid=6043
View this thread: http://www.excelforum.com/showthread...hreadid=556935

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bondi
 
Posts: n/a
Default Checking if 2 of 3 conditions are met...


Hi,

Maybe you can use somthing like this:

=IF((E3="Y")+(H3=10)+(I3="Win")=2,"Pass","Fail")

Regards,
Bondi

  #3   Report Post  
Posted to microsoft.public.excel.misc
Ed
 
Posts: n/a
Default Checking if 2 of 3 conditions are met...

Try this formula:

=IF(OR(AND(E3="Y",H3=10),AND(E3="Y",I3="Win"),AND (H3=10,I3="Win")),"PASS","")
  #4   Report Post  
Posted to microsoft.public.excel.misc
JonR
 
Posts: n/a
Default Checking if 2 of 3 conditions are met...

Put this into your target cell

=IF(OR(AND(E3="Y",H3=10),AND(E3="Y",I3="Win"),AND (H3=10,I3="Win")),"Pass","Fail")

--
HTH

JonR


"guilbj2" wrote:


I'm trying to figure out an =IF to check if 2 of 3 conditions are met.
The conditions are as follows

E="Y"
H3=10
I3="Win"

What I'm trying to do is set the value in a cell to "Pass" if ANY 2 (or
all 3) of the conditions are met. Any ideas?


--
guilbj2
------------------------------------------------------------------------
guilbj2's Profile: http://www.excelforum.com/member.php...fo&userid=6043
View this thread: http://www.excelforum.com/showthread...hreadid=556935


  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Checking if 2 of 3 conditions are met...

=IF(OR(AND(E3="y",OR(H3=10,I3="win")),AND(H3=10,I3 ="win")),"Pass","Fail")

Vaya con Dios,
Chuck, CABGx3



"guilbj2" wrote:


I'm trying to figure out an =IF to check if 2 of 3 conditions are met.
The conditions are as follows

E="Y"
H3=10
I3="Win"

What I'm trying to do is set the value in a cell to "Pass" if ANY 2 (or
all 3) of the conditions are met. Any ideas?


--
guilbj2
------------------------------------------------------------------------
guilbj2's Profile: http://www.excelforum.com/member.php...fo&userid=6043
View this thread: http://www.excelforum.com/showthread...hreadid=556935




  #6   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Checking if 2 of 3 conditions are met...

Opps.........forgot the symbol...........

=IF(OR(AND(E3="y",OR(H3=10,I3="win")),AND(H3=10, I3="win")),"Pass","Fail")

Vaya con Dios,
Chuck, CABGx3



"CLR" wrote:

=IF(OR(AND(E3="y",OR(H3=10,I3="win")),AND(H3=10,I3 ="win")),"Pass","Fail")

Vaya con Dios,
Chuck, CABGx3



"guilbj2" wrote:


I'm trying to figure out an =IF to check if 2 of 3 conditions are met.
The conditions are as follows

E="Y"
H3=10
I3="Win"

What I'm trying to do is set the value in a cell to "Pass" if ANY 2 (or
all 3) of the conditions are met. Any ideas?


--
guilbj2
------------------------------------------------------------------------
guilbj2's Profile: http://www.excelforum.com/member.php...fo&userid=6043
View this thread: http://www.excelforum.com/showthread...hreadid=556935


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
Count using 2 conditions, one of which being a "less than or equal to" - URGENT SamGB Excel Discussion (Misc queries) 2 February 15th 06 10:35 AM
COUNT using multiple conditions SamGB Excel Discussion (Misc queries) 2 February 9th 06 10:12 PM
More than 3 Conditional Formatting Conditions Beth H Excel Worksheet Functions 12 January 6th 06 07:35 PM
Counting occurrences of multiple conditions Jvanderv1 Excel Discussion (Misc queries) 2 April 6th 05 01:07 AM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 07:07 PM


All times are GMT +1. The time now is 07:36 AM.

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"