
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.
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.
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 …
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.
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 …
Excel functions (by category) - Microsoft Support
Lists all Excel functions by their category, such as Logical functions or Text functions.
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 …
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 …
Create custom functions in Excel - Microsoft Support
Use this syntax whenever you need to access an Excel function from a VBA module.
Examples of commonly used formulas - Microsoft Support
Find links to examples of commonly-used formulas, including some video examples.
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 …