About 400 results
Open links in new tab
  1. Create custom functions in Excel - Microsoft Support

    Instead, Excel provides you with the ability to create custom functions, which are explained in this article. Tip: The information in this article is intended for advanced Excel users. For more …

  2. Create and invoke a custom function - Microsoft Support

    If you have logic that you want to reuse many times or apply the same set of transformations to a different query or value, consider creating a custom function and then invoking the function …

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

  4. Using functions and nested functions in Excel formulas

    The structure of a function begins with an equal sign (=), followed by the function name, an opening parenthesis, the arguments for the function separated by commas, and a closing …

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

  6. Use nested functions in an Excel formula - Microsoft Support

    To enter another function as an argument, enter the function in the argument box in the Formula Builder or directly into the cell. Enter any additional arguments that are needed to complete …

  7. Overview of formulas in Excel - Microsoft Support

    Master the art of Excel formulas with our comprehensive guide. Learn how to perform calculations, manipulate cell contents, and test conditions with ease.

  8. LAMBDA function - Microsoft Support

    Use a LAMBDA function to create custom, reusable functions and call them by a friendly name. The new function is available throughout the workbook and called like native Excel functions.

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

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