Practice IF - 2.6 | Chapter 2: Spreadsheet – Functions and Charts | ICSE Class 8 Computer Applications
K12 Students

Academics

AI-Powered learning for Grades 8–12, aligned with major Indian and international curricula.

Professionals

Professional Courses

Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.

Games

Interactive Games

Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.

Practice Questions

Test your understanding with targeted questions related to the topic.

Question 1

Easy

What does the IF function do?

💡 Hint: Think about a simple pass/fail scenario.

Question 2

Easy

Identify the parts of the IF function: =IF(B1>10, 'Yes', 'No').

💡 Hint: Remember the syntax structure.

Practice 4 more questions and get performance evaluation

Interactive Quizzes

Engage in quick quizzes to reinforce what you've learned and check your comprehension.

Question 1

What is the correct syntax for the IF function in Excel?

  • IF(condition
  • value_if_true
  • value_if_false)
  • IF(value_if_true
  • condition
  • value_if_false)
  • IF(value_if_false
  • value_if_true
  • condition)

💡 Hint: Remember the order of evaluation.

Question 2

True or False: The IF function can only return numerical values.

  • True
  • False

💡 Hint: Consider what else might be returned in a function.

Solve 1 more question and get performance evaluation

Challenge Problems

Push your limits with challenges.

Question 1

Develop an IF function that categorizes expenses based on whether they exceed a budget of $1000.

💡 Hint: Determine suitable comparisons.

Question 2

Write a nested IF function to determine a discount based on purchase amount in cell A1: 10% for over $100, 5% for over $50, and no discount otherwise.

💡 Hint: Think about how to layer conditions logically.

Challenge and get performance evaluation