About 222,000 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. 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 …

  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. 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. Required. The first condition that you want to test that can evaluate to …

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

  6. Using IF to check if a cell is blank - Microsoft Support

    Sometimes you need to check if a cell is blank, generally because you might not want a formula to display a result without input. In this case we're using IF with the ISBLANK function: Which says IF …

  7. VLOOKUP function - Microsoft Support

    Learn how to use function VLOOKUP in Excel to find data in a table or range by row. Our step-by-step guide makes vlookup in excel easy and efficient.

  8. SWITCH function - Microsoft Support

    The SWITCH function evaluates one value (called the expression) against a list of values, and returns the result corresponding to the first matching value. If there is no match, an optional default value …

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

    Learn how to find text inside cells, when the case of the text doesn't particularly matter.

  10. LET function - Microsoft Support

    Improved Performance If you write the same expression multiple times in a formula, Excel calculated that result multiple times. LET allows you to call the expression by name and for Excel to calculate it …

  11. LOOKUP function - Microsoft Support

    Use LOOKUP, one of the lookup and reference functions, when you need to look in a single row or column and find a value from the same position in a second row or column. For example, let's say …