About 587 results
Open links in new tab
  1. Using IF with AND, OR, and NOT functions in Excel

    How to use the IF function (combined with the AND, OR, and NOT functions) in Excel to make logical comparisons between given values.

  2. Logical functions (reference) - Microsoft Support

    Important: The calculated results of formulas and some Excel worksheet functions may differ slightly between a Windows PC using x86 or x86-64 architecture and a Windows RT PC using ARM …

  3. IF function - Microsoft Support

    The IF function is one of the most popular functions in Excel, and it allows you to make logical comparisons between a value and what you expect. So an IF statement can have two results. The …

  4. IFS function - Microsoft Support

    IFS will allow you to include up to 127 pairs of conditions (the test if something is True and the result if something is true). IFS can take the place of multiple nested IF statements.

  5. AND function - Microsoft Support

    By using the AND function as the logical_test argument of the IF function, you can test many different conditions instead of just one. ... The arguments must evaluate to logical values, such as TRUE or …

  6. Create conditional formulas - Microsoft Support

    Testing whether conditions are true or false and making logical comparisons between expressions are common to many tasks. You can use the AND, OR, NOT, and IF functions to create conditional …

  7. Use AND and OR to test a combination of conditions

    The OR function requires a set of arguments (pieces of data) that it can test to see if they're true or false. In this formula, the first argument is the AND function and the DATE function nested inside it, the …

  8. Check if a cell contains text (case-insensitive) in Excel

    Let's say you want to ensure that a column contains text, not numbers. Or, perhapsyou want to find all orders that correspond to a specific salesperson. If you have no concern for upper- or lowercase text, …

  9. Menggunakan fungsi IF dengan AND, OR, dan NOT di Excel

    Di Excel, fungsi IF memungkinkan Anda membuat perbandingan logika antara nilai dan apa yang Anda harapkan dengan menguji kondisi dan mengembalikan hasil jika kondisi tersebut true atau False.

  10. NOT function - Microsoft Support

    Use the NOT function, one of the logical functions, when you want to make sure one value is not equal to another. One common use for the NOT function is to expand the usefulness of other functions that …