Overview - Mixed references
What is it?
Mixed references in spreadsheets are cell references that combine both fixed and relative parts. This means either the column or the row is fixed (absolute), while the other part changes when you copy the formula. They help control how formulas adjust when copied across cells. Mixed references use the dollar sign ($) to lock either the column or the row.
Why it matters
Without mixed references, formulas either fully change or fully stay fixed when copied, limiting flexibility. Mixed references let you lock just one part, making it easier to build dynamic formulas that adapt correctly. This saves time and reduces errors in calculations, especially in large sheets with many formulas.
Where it fits
Before learning mixed references, you should understand basic cell references and absolute vs relative references. After mastering mixed references, you can learn advanced formula techniques like named ranges, array formulas, and dynamic ranges.