About 1,320 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. Use AND and OR to test a combination of conditions

    Use AND and OR together or with the IF function. For example, calculate who earns a commission or find data that meets multiple conditions.

  3. AND function - Microsoft Support

    The AND function returns TRUE if all its arguments evaluate to TRUE, and returns FALSE if one or more arguments evaluate to FALSE. One common use for the AND function is to expand …

  4. 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. …

  5. IF function – nested formulas and avoiding pitfalls

    Use the IF function, one of the logical functions, to return one value if a condition is true and another value if it's false. Syntax IF(logical_test, value_if_true, [value_if_false])

  6. Use nested functions in an Excel formula - Microsoft Support

    Using a function as one of the arguments in a formula that uses a function is called nesting, and we'll refer to that function as a nested function. For example, by nesting the AVERAGE and …

  7. Verwenden von IF mit den Funktionen AND, OR und NOT in Excel

    In Excel können Sie mit der IF-Funktion einen logischen Vergleich zwischen einem Wert und dem Erwarteten durchführen, indem Sie eine Bedingung testen und ein Ergebnis zurückgeben, …

  8. 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 …

  9. OR function - Microsoft Support

    The OR function returns TRUE if any of its arguments evaluate to TRUE, and returns FALSE if all of its arguments evaluate to FALSE. One common use for the OR function is to expand the …

  10. Using functions and nested functions in Excel formulas

    Nesting Excel functions. In certain cases, you may need to use a function as one of the arguments of another function. For example, the following formula uses a nested AVERAGE …

Refresh