Overview - Mixed references ($A1, A$1)
What is it?
Mixed references in Excel are cell references that lock either the column or the row, but not both. For example, $A1 locks the column A but allows the row number to change when copied. Conversely, A$1 locks the row 1 but allows the column to change. This helps control how formulas adjust when copied across cells.
Why it matters
Without mixed references, formulas would either fully adjust or fully stay fixed when copied, limiting flexibility. Mixed references let you create dynamic formulas that adapt correctly in tables, financial models, or reports. This saves time and reduces errors when working with large data sets.
Where it fits
Before learning mixed references, you should understand basic cell references and absolute references. After mastering mixed references, you can learn advanced formula techniques like named ranges, dynamic arrays, and complex lookup formulas.