
Switch between relative, absolute, and mixed references
If you want to maintain the original cell reference in this example when you copy it, you make the cell reference absolute by preceding the columns (B and C) and row (2) with a dollar sign ($).
Switch between relative and absolute references
Change a cell reference from relative (default) to absolute to maintain the original cell reference when you copy it. Maintain cell reference by putting a dollar sign ($) before the cell and column references.
Create or change a cell reference - Microsoft Support
Select the range of cells that contains formulas in which you want to replace cell references with defined names. Select a single, empty cell to change the references to names in all formulas on the worksheet.
Use the table_array argument in a lookup function
The cell range listed in the table_array argument can use relative or absolute cell references. If you're going to copy your function, you need to use absolute references, like this:
Using structured references with Excel tables - Microsoft Support
To include structured references in your formula, select the table cells you want to reference instead of typing their cell reference in the formula. Let's use the following example data to enter a formula that …
Multiply and divide numbers in Excel - Microsoft Support
Note: Using $ symbols tells Excel that the reference to C2 is "absolute," which means that when you copy the formula to another cell, the reference will always be to cell C2.
Use cell references in a formula - Microsoft Support
Instead of entering values, you can refer to data in worksheet cells by including cell references in formulas.
Overview of formulas in Excel - Microsoft Support
Absolute references An absolute cell reference in a formula, such as $A$1, always refer to a cell in a specific location. If the position of the cell that contains the formula changes, the absolute reference …
VLOOKUP function - Microsoft Support
For example, if your lookup value is in cell C2 then your range should start with C. The column number in the range that contains the return value. For example, if you specify B2:D11 as the range, you …
Overview of formulas - Microsoft Support
Absolute references An absolute cell reference in a formula, such as $A$1, always refer to a cell in a specific location. If the position of the cell that contains the formula changes, the absolute reference …