About 233,000 results
Open links in new tab
  1. 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. …

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

  3. IF function – nested formulas and avoiding pitfalls

    The Excel IF function statement allows you to make a logical comparison between a value and what you expect by testing for a condition and returning a result if True or False.

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

  5. SELECT Statement - Microsoft Support

    Most SQL statements are either SELECT or SELECT...INTO statements. The minimum syntax for a SELECT statement is: SELECT fields FROM table. You can use an asterisk (*) to select all …

  6. Combine text from two or more cells into one cell in Microsoft Excel

    You can combine data from multiple cells into a single cell using the Ampersand symbol (&) or the CONCAT function.

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

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

  9. IIf Function - Microsoft Support

    Use IIf in complex expressions You can use any expression as any part of an IIf statement. You can also "nest" IIf expressions, allowing you to evaluate a series of dependent expressions.

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

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