In Excel, a reference identifies a cell (or a range of cells) and tells the program where to find the values needed for a formula. Mastering different reference types allows you to drag or copy formulas without rewriting them—the key to automating your workflow cleanly and efficiently.
There are three main types of references. Understanding when to use each is vital to getting the most out of Excel’s function library:
1. Relative references
This is the default reference type in Excel (e.g., A1). They are "relative" because they maintain a distance relationship with the cell containing the formula. In other words, you are telling Excel to operate based on the position of other cells relative to where you are typing.
How they work: If you copy or drag the formula down or to the right using the fill handle, the reference moves automatically.
2. Absolute references
An absolute reference does not change when you copy or drag the formula. It is identified by the use of dollar signs ($) before both the column and the row (e.g., $F$152) to "lock" the cell. This is the perfect technique when you have a single data point (like a tax rate, exchange rate, or a fixed goal) that must be applied to an entire list without Excel's "lookup eye" moving from that spot.
How they work: They "fix" or "anchor" a specific cell. If you copy or drag the formula, the reference stays exactly where it is.
Tip: If your lookup functions aren't working correctly, check if you anchored your source range. In functions like VLOOKUP or XLOOKUP, if you don't anchor the lookup array with $ signs, the range will shift downward as you drag the formula, causing Excel to "lose sight" of the data.
3. Mixed references
Mixed references are those where you lock only the column ($A1) or only the row (A$1). This allows one part of the reference to change while the other remains constant.
Fixed Column ($A1): The row changes when dragging down, but the column stays put when dragging to the right. This is ideal for conditional formatting rules.
Fixed Row (A$1): The column changes when dragging to the right, but the row stays put when dragging down. This is commonly used in two-way (double-entry) tables.
Tip: To quickly toggle a relative reference to absolute or mixed, press the F4 key (or Fn + F4) 1, 2, or 3 times while your cursor is on the cell reference in the formula bar.
Comparison summary
Ready to take your formulas to the next level? Now that you know how to anchor your cells, learn how to set up key conditions and comparisons. Read our article on logical operators and master the foundation of decision-making in Excel.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article