Bird
0
0

Which MS Excel function can be used inside another IF() to test multiple conditions together?

medium Q7 of 15
Computer Aptitude - Microsoft Office (Basics + Functions)
Which MS Excel function can be used inside another IF() to test multiple conditions together?
ACOUNTIF()
BSUMIF()
CAND()
DAVERAGE()
Step-by-Step Solution
  1. Step 1: Understand nesting requirement

    The function must combine multiple conditions.
  2. Step 2: Match with logical combinator

    AND() is commonly nested inside IF().
  3. Final Answer:

    AND() → Option C.
  4. Quick Check:

    IF(AND(A1>=40,B1>=50),"Pass","Fail") is valid ✅
Quick Trick: Multiple checks inside IF = AND().
Common Mistakes:
  • Using COUNTIF() inside IF unnecessarily.
Master "Microsoft Office (Basics + Functions)" in Computer Aptitude

Start learning the concept with an interactive lesson.

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Computer Aptitude Quizzes