
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 …
Define and use names in formulas - Microsoft Support
By using names, you can make your formulas much easier to understand and maintain. You can define a name for a cell range, function, constant, or table. Once you adopt the practice of …
Using IF with AND, OR, and NOT functions in Excel
Here are overviews of how to structure AND, OR and NOT functions individually. When you combine each one of them with an IF statement, they read like this: Following are examples of …
How to store and retrieve variables in Word documents
You can use the Microsoft Visual Basic for Applications Variables collection to set and retrieve the contents of a string variable in a Word document or template.
How to use variables in Excel sub-procedures in Visual Basic for ...
You can define variables in the declarations section of a module (at the top of a module, above all sub procedures), and set the scope of your variable by using the Public statement, the Dim …
Examples of common formulas in lists - Microsoft Support
Using formulas in calculated columns in lists can help add to existing columns, such as calculating sales tax on a price. These can be combined to programmatically validate data. To add a …
Calculate multiple results by using a data table - Microsoft Support
In Excel, a data table is a range of cells that shows how changing one or two variables in your formulas affects the results of those formulas.
Understanding query transforms - Microsoft Support
A transform replaces contextual query variables with values pertaining to the query context. The following table shows some examples of contextual query variables.
Switch between various sets of values by using scenarios
The Solver add-in is similar to Goal Seek, but it can accommodate more variables. You can also create forecasts by using the fill handle and various commands that are built into Excel.
Define and solve a problem by using Solver - Microsoft Support
Solver works with a group of cells, called decision variables or simply variable cells that are used in computing the formulas in the objective and constraint cells.
Dynamic array formulas and spilled array behavior - Microsoft …
Excel formulas that return a set of values, also known as an array, return these values to neighboring cells. This behavior is called spilling. Formulas that can return arrays of variable …