![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Microsoft Office support MS Office support forum |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2007
Posts: 2
OS: winXP
|
Excel IF Function containing the AND and OR FUnction
A B
SO number SO item 1: 12217379 1100 2: 12217379 1100 3: 12837633 200 4: 12837633 300 5: 12894024 100 Hi i am trying to have a formula that lets me test IF A3=A4 and IF B3= B4 OR IF A3=A2 and B3=B2 then return double if both conditions are false then return OK At the moment I am only able to test one of my conditions IF((AND(A3=A4,B3=B4)),"Double", "OK") but I am not knowing how to integrate the OR function in to the formula\ Any help would be much appreciated Thanks |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
Join Date: Oct 2007
Posts: 13
OS: Windows 2003
|
Re: Excel IF Function containing the AND and OR FUnction
The AND function gives a True result if All arguments are true.
The OR function gives a True result if Any of the arguments are true: Here is my data: COLUMNS ..... A ..B ..C ..D . ROW 1: .........1 . 1 . 3 . 3 ........=IF(OR(A2=B2,C2=D2),"T","F") = "T" ROW 2: .........1 . 1 . 3 . 4 .........=IF(OR(A3=B3,C3=D3),"T","F") = "T" ROW 3: .........1 . 2 . 3 . 4 ........=IF(OR(A4=B4,C4=D4),"T","F") = "F" The OR function can test up to 30 conditions. =IF(OR(A1=B1,C2=D2,A3=B3,C3=D3),"Y","N") = Y ![]() Last edited by Baldspot; 10-25-2007 at 07:12 PM. |
|
|
|
![]() |
| Thread Tools | |
|
|