Solved

Which of the Following Is the Correct Syntax When Using

Question 61

Multiple Choice

Which of the following is the correct syntax when using the AND function within the IF function?


A) =IF((B3<5 AND C1>7) ,"Pass","Fail")
B) =IF(AND(B3<5,C1>7) ,"Pass","Fail")
C) =IF(AND(B3<5 OR C1>7) ,"Pass","Fail")
D) =AND(IF(B3<5,C1>7) ,"Pass","Fail")

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions