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

  2. Excel functions (alphabetical) - Microsoft Support

    Or press Ctrl+F to find a function by typing the first few letters or a descriptive word. To get detailed information about a function, click its name in the first column.

  3. LET function - Microsoft Support

    Similar to variables in programming, LET is accomplished through Excel's native formula syntax. To use the LET function in Excel, you define pairs of names and associated values, and a calculation that …

  4. Overview of formulas - Microsoft Support

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

  5. Using functions and nested functions in Excel formulas

    To make it easier to create and edit formulas and minimize typing and syntax errors, use Formula AutoComplete. After you type an = (equal sign) and beginning letters of a function, Excel displays a …

  6. Excel functions (by category) - Microsoft Support

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

  7. Create a simple formula in Excel - Microsoft Support

    You can create a simple formula to add, subtract, multiply or divide values in your worksheet. Simple formulas always start with an equal sign (=), followed by constants that are numeric values and …

  8. Enter a formula - Microsoft Support

    Formulas are equations that perform calculations on values in your sheet. All formulas begin with an equal sign (=). You can create a simple formula by using constant and calculation operator. For …

  9. Create custom functions in Excel - Microsoft Support

    Use this syntax whenever you need to access an Excel function from a VBA module.

  10. Examples of commonly used formulas - Microsoft Support

    Find links to examples of commonly-used formulas, including some video examples.

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