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

    In Excel, the IF function allows you to make a logical comparison between a value and what you expect by testing for a condition and returning a result if that condition is True or False.

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

  3. IF function – nested formulas and avoiding pitfalls

    Let's look at how to properly create a complex nested IF statement using multiple IFs, and when to recognize that it's time to use another tool in your Excel arsenal. Following is an example of …

  4. IF function - Microsoft Support

    How to use the IF function in Excel to make logical comparisons between data values.

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

  6. SUMIF function - Microsoft Support

    For example, suppose that in a column that contains numbers, you want to sum only the values that are larger than 5. You can use the following formula: =SUMIF (B2:B25,">5") Tips: If you …

  7. AND function - Microsoft Support

    Here are some general examples of using AND by itself, and in conjunction with the IF function. Displays TRUE if A2 is greater than 1 AND less than 100, otherwise it displays FALSE. …

  8. Edit SQL statements to sharpen query results - Microsoft Support

    If your queries aren't working hard enough, adding some basic SQL statements can help focus your results. Let's look at a few types of SQL statements and the clauses or parts that you …

  9. SWITCH function - Microsoft Support

    In its simplest form, the SWITCH function says: Where you can evaluate up to 126 matching values and results. See the following formula: Value to switch? In this case, WEEKDAY (A2) …

  10. Use the COUNTIF function in Microsoft Excel

    In its simplest form, COUNTIF says: =COUNTIF (Where do you want to look?, What do you want to look for?) For example: The group of cells you want to count. Range can contain numbers, …

  11. Excel functions (by category) - Microsoft Support

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