|  

» Eliminating Errors Resulting from If Functions with Multiple Conditions

Problem:

The following formula returns FALSE, even though both conditions are true (i.e. cell A2=5 and cell B2=8):
=IF(A2=5&B2=8,TRUE,FALSE)

Solution:

Use the IF and AND functions as shown in the following formula:
=IF(AND(A2=5,B2=8),TRUE,FALSE)

Rate This Tip
12 34 5
Rating: 3.17     Views: 17255
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments