About 400 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. AND function - Microsoft Support

    One common use for the AND function is to expand the usefulness of other functions that perform logical tests. For example, the IF function performs a logical test and then returns one value if the …

  3. 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.

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

  5. IF function – nested formulas and avoiding pitfalls

    Multiple IF functions can be nested together to allow for multiple criteria. The Excel IF function statement allows you to make a logical comparison between a value and what you expect by testing for a …

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

    If you selected IF, the Function arguments dialog box displays the arguments for the IF function. To nest another function, you can enter it into the argument box.

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

  8. Excel functions (by category) - Microsoft Support

    Lists all Excel functions by their category, such as Logical functions or Text functions.

  9. MATCH function - Microsoft Support

    How to use the MATCH function in Excel to search for a specified item in a range of cells, returning the relative position of that item in the range.

  10. IFS function - Microsoft Support

    The IFS function checks whether one or more conditions are met, and returns a value that corresponds to the first TRUE condition. IFS can take the place of multiple nested IF statements, and is much …