About 88 results
Open links in new tab
  1. Create conditional (Boolean) expressions | Microsoft Support

    This article explains how to create conditional (also known as Boolean) expressions in Access. A conditional expression evaluates to either true or false, and it then returns a result that meets the …

  2. Create conditional formulas - Microsoft Support

    Create a conditional formula that results in another calculation or in values other than TRUE or FALSE To do this task, use the IF, AND, and OR functions and operators as shown in the following example. …

  3. Using IF with AND, OR, and NOT functions in Excel

    Using AND, OR and NOT with Conditional Formatting in Excel In Excel, you can also use AND, OR and NOT to set Conditional Formatting criteria with the formula option.

  4. ?: operator - the ternary conditional operator - C# reference

    Jan 24, 2026 · Learn about the C# ternary conditional operator, (`?:`), that returns the result of one of the two expressions based on a Boolean expression's result.

  5. IF...ELSE (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Any Transact-SQL statement or statement grouping as defined by using a statement block. Unless a statement block is used, the IF or ELSE condition can affect the performance of only …

  6. Apply Conditional Table Formatting in Power BI - Power BI

    Jan 2, 2026 · Learn how to apply customized conditional formatting to tables and matrices in Power BI, including color gradients, data bars, KPI icons, and web links.

  7. Boolean logical operators - AND, OR, NOT, XOR

    Jan 24, 2026 · A user-defined type can't overload the conditional logical operators && and ||. However, if a user-defined type overloads the true and false operators and the & or | operator in a certain way, …

  8. Use conditional formatting to highlight information in Excel

    How to use conditional formatting in Excel to visually explore, analyze, and identify patterns and trends.

  9. Logical functions (DAX) - DAX | Microsoft Learn

    Oct 20, 2023 · Logical functions act upon an expression to return information about the values or sets in the expression. For example, you can use the IF function to check the result of an expression and …

  10. Operators and expressions - List all operators and expression - C# ...

    Jan 24, 2026 · Learn the C# operators and expressions, operator precedence, and operator associativity.

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