Relative and Absolute Cell Addressing
Relative and Absolute Cell Addressing
Spreadsheets Practical
Autofill:
Autofill is a feature in spreadsheet programs like Microsoft Excel or Google Sheets that allows you to
quickly fill in a series of numbers, dates, or even formulas based on a pattern. For example, if you type
"1" in a cell and "2" in the next one, you can use Autofill to continue the pattern automatically, filling
the next cells with "3," "4," and so on.
How to Use It: You simply click on the little square at the bottom-right corner of the cell (called the
"fill handle") and drag it across or down the cells you want to fill.
Why It's Useful: It saves time when you need to apply the same formula or pattern to many cells.
Example: If you type =A1+B1 in cell C1 and then copy it to C2, the formula will change to =A2+B2.
When to Use It: When you want the cell reference to change based on where you're copying the
formula, like when you're applying the same formula across a range of data.
Example: If you type =$A$1 + B1 in cell C1 and then copy it to C2, the formula will become =$A$1 +
B2. The reference to A1 stays the same, but the B1 changes to B2.
When to Use It: When you want to keep a fixed reference to a specific cell, such as a constant value
like a tax rate or discount.