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

  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. Use conditional formatting to highlight information in Excel

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

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

  5. Use a formula to apply conditional formatting in Excel for Mac

    Use formulas in conditional formatting to do more than you can with the built-in rules. For example, format blank cells, or see which salespeople are selling above average, or track who …

  6. Apply shading to alternate rows or columns in a worksheet

    One way to apply shading to alternate rows or columns in your worksheet is by creating a conditional formatting rule. This rule uses a formula to determine whether a row is even or odd …

  7. Highlight patterns and trends with conditional formatting in Excel …

    You can use conditional formatting to highlight cells that contain values which meet a certain condition. Or you can format a whole cell range and vary the exact format as the value of each …

  8. Apply color to alternate rows or columns - Microsoft Support

    To apply color to alternate columns, type this formula: =MOD (COLUMN (),2)=0. These formulas determine whether a row or column is even or odd numbered, and then applies the color …

  9. Highlight patterns and trends with conditional formatting in Excel …

    You can use conditional formatting to highlight cells that contain values which meet a certain condition. Or you can format a whole cell range and vary the exact format as the value of each …

  10. Add a conditional column (Power Query) - Microsoft Support

    With Power Query, you can add a conditional column to your query. You can define IF-THEN-ELSE conditions in your query. When the conditions are fulfilled, the conditional column will …