Tax rate cell
=C2*(1+$E$1) fills down column D while E1 rate stays fixed for every row.
Absolute references lock row, column, or both with dollar signs so a formula keeps pointing at the same cell when you copy it. $A$1 locks both axes. A$1 locks the row. $A1 locks the column. Mixed locks are how tax rates stay in one settings cell while a formula fills down a thousand rows.
Use absolute refs for constants, tax rates, exchange rates, date boundaries, and lookup table corners when dragging formulas across grids.
Skip locking everything; overusing $A$1:$Z$1000 fights intentional relative movement when you copy sideways through months.
Type $ before column letter and/or row number in the formula bar, or press F4 while the cursor is on the reference (on supported keyboards).
Drag-fill down a column with row-relative and column-locked refs for running calculations against fixed Settings!$B$1 rate.
VLOOKUP tables use $ on the lookup array so copy-down does not slide the table address.
Combine with named ranges to reduce dollar-sign noise on templates many people maintain.
In conditional formatting custom formulas, lock columns that must stay fixed while rows move.
Test copy right and copy down after building the first formula cell.
=C2*(1+$E$1) fills down column D while E1 rate stays fixed for every row.
=VLOOKUP(A2,$G$2:$H$500,2,FALSE) copied down keeps lookup table glued to G2:H500.
=SUM($B$2:B2) locks start row for cumulative sum pattern down column C.
Build this without starting from a blank cell
Use a Better Sheets tool for Absolute reference ($), then watch a walkthrough when you want the full pattern.
Watch how Absolute reference ($) works
Guides that explain Absolute reference ($) in more depth.
Learn from scratch: What are rows, columns, and cells in Google Sheets? Master basics, tips & tricks in 3 videos. Get started now!"
Read post →Most Common Errors and How To Handle Them in Google Sheets #N/A error #REF! error #NAME? error #DIV/0! Error #VALUE! Error #NUM! error #NULL! error
Read post →Build the ultimately, best, and simplest checklist. Designed well, and FUN to fill out!
Read post →Every formula starts with = followed by a function name and arguments in parentheses. Ranges use A1 notation, text sits in quotes, and operators like + and & combine values. Sheets recalculates when inputs change, so syntax errors show as #NAME? or #ERROR! in the cell.
Read guide →An open range reference points at an entire row, column, or unbounded slice such as B:B or 2:2 instead of a fixed rectangle like B2:B500. Formulas with open ranges include every cell in that line, which is convenient for growing tables but expensive and risky when stray values live far below your data.
Read guide →VLOOKUP searches the first column of a range for a key and returns a value from a specified column to the right. It is still everywhere in legacy templates even as XLOOKUP offers more flexible replacements.
Read guide →ARRAYFORMULA tells Google Sheets to treat a formula as an array operation so one expression fills many cells at once. It is common with IF, VLOOKUP, and math on full columns before dynamic arrays made many patterns automatic. It still matters for legacy sheets and explicit control.
Read guide →Done reading about Absolute reference ($)?
Membership unlocks 636+ tutorials, unlimited generators, and every template. Practical lessons. Zero fluff.
Need this once
Jump to a free tool or a single tutorial for this topic.
Learning Sheets for real
Unlock the full library, generators, and templates with membership.