In this session, you'll learn about conditionals in Excel, which allow you to perform actions based on the evaluation of true or false conditions. Using basic conditional operators like equal to, greater than, less than, and not equal to, you can determine values within cells and perform logical tests. This video will walk you through practical examples of using these operators to validate data and prepare you for more advanced conditional functions like the IF function, which will be covered in the next session.

What will you learn

  • Understanding the concept of conditionals in Excel
  • How to use the equal to (=) operator
  • Other conditional operators like greater than (>), less than (<), and not equal to (<>)
  • Practical examples of conditional checks in Excel
  • Basics of Boolean logic in Excel

Takeaway notes

  • Conditionals in Excel are used to perform actions based on true or false evaluations.
  • The equal to (=) operator checks if the value in a cell matches a specified value.
  • Other conditional operators include:
  • Greater than equal to (>=)
  • Less than equal to (<=)
  • Not equal to (<>)
  • Excel returns Boolean values (TRUE or FALSE) based on these conditions.
  • Conditional checks can be used to validate data entries and perform logical operations.
  • More advanced conditional functions like the IF function will be discussed in the next session.

Practice questions

  1. Write a formula to check if the value in cell A1 is equal to 15.
  2. Write a formula to check if the value in cell B2 is not equal to 30.
  3. Write a formula to check if the value in cell C3 is greater than 50.
  4. Write a formula to check if the value in cell D4 is less than or equal to 20.
  5. Write a formula to check if the value in cell E5 is greater than or equal to 75.
  6. Adjust the value in cell A1 to 10 and write a formula to check if it matches the value in cell F6.
  7. Write a formula that returns TRUE if the value in cell G7 is not equal to 100.
  8. Write a formula to check if the value in cell H8 is less than 5 and verify it returns TRUE or FALSE.
  9. Test a condition where cell I9 should be equal to 42 and write the corresponding formula.
  10. Use the greater than operator to check if cell J10 is more than 60.
  11. Combine conditional checks: write a formula to check if cell K11 is equal to 25 or less than 50.
  12. Write a Boolean formula to validate if cell L12 is not equal to 90 and returns FALSE.
  13. Compare the value in cell M13 with 30 to see if it's less than; write the formula.
  14. Check if cell N14 is greater than or equal to 55 and return TRUE or FALSE.
  15. Write a conditional formula to verify if cell O15 contains 100; change the value and observe the result.

Mark Lesson Complete (Mastering Conditional Statements in Excel)