KwickAcademy Course Topics · 7 min · free
Copying a formula
Copy a formula with Ctrl+C and Ctrl+V, the fill handle or Ctrl+D. Relative addresses like B2 change; $C$1 stays fixed.
Follows the syllabus of: NIOS Secondary Data Entry Operations (229)
On screen in this lesson
First, some words
| Cell: a box where a row and a column meet |
| Cell address: column letter + row number, like B2 |
| Formula: starts with = and calculates a value |
| Copying: reusing one formula in other cells |
Our marks sheet
| Cell | Holds | Example |
|---|---|---|
| A2 | Student name | Riya |
| B2 | Hindi marks | 72 |
| C2 | English marks | 65 |
| D2 | Total formula | =B2+C2 |
Method 1: Copy and Paste
| Click the cell with the formula, D2 |
| Press Ctrl+C to copy |
| Select the target cells, D3 to D41 |
| Press Ctrl+V to paste |
Method 2: the fill handle
| Fill handle: small square at the cell's bottom-right corner |
| Pointer turns into a thin black plus sign |
| Drag it down over the cells |
| Double-click it to fill down to the last row of data |
Method 3: Fill Down
| Select D2 and the cells below it |
| Press Ctrl+D to fill down |
| Ctrl+R fills to the right |
| Also on Home tab, Editing group, Fill |
The formula changes by itself
| Cell | Formula | Result |
|---|---|---|
| D2 | =B2+C2 | 137 |
| D3 | =B3+C3 | 150 |
| D4 | =B4+C4 | 121 |
Quick answers
E5 has =A5+$B$1. Copied to F6, what appears?
=B6+$B$1.
Does a formula change when you cut and paste it?
No. Moving keeps the same addresses.
KwickClips from this lesson
Short clips, one idea each. Good for revision the night before.
The full lesson, in text
Hello students, welcome to Kwickprep. Your class has forty students, and each needs a total of five subjects. Will you type forty formulas? No. Today we will learn how to copy one formula to every row, and why the cell addresses change by themselves.
Let us first learn four words. A cell is one box of the sheet, where a row and a column meet. A cell address is its column letter followed by its row number, like B2. A formula always starts with an equals sign and calculates a value, like equals B2 plus C2. Copying means reusing that one formula in many other cells.
Here is the sheet we will use. Cell A2 holds the student name, Riya. Cell B2 holds her Hindi marks, seventy two. Cell C2 holds her English marks, sixty five. Cell D2 holds the formula equals B2 plus C2, which shows one hundred thirty seven.
The first method uses copy and paste. Click cell D2, which has the formula. Press Ctrl+C, and a moving dotted border appears around the cell. Now select the cells where you want the formula, from D3 down to D41. Press Ctrl+V, and every row now shows its own total.
The second method is faster. The fill handle is the small square at the bottom right corner of the selected cell. When you point at it, the pointer changes into a thin black plus sign. Drag it down over the cells, and the formula is copied as you drag. If the next column has data, just double click the fill handle to fill down to the last row.
The third method is the Fill command. Select D2 together with the empty cells below it. Press Ctrl+D, and the top formula fills all the cells below. Ctrl+R does the same thing towards the right. You can also find Fill on the Home tab, in the Editing group.
Now look closely at the copied formulas. In D2, the formula is B2 plus C2. When copied one row down to D3, it becomes B3 plus C3. In D4, it becomes B4 plus C4, so each student gets the right total.
This happens because of relative references. A normal address like B2 is called a relative reference. The spreadsheet remembers it as a position, like two cells to the left of the formula. So when you copy the formula down, the row numbers change. When you copy it across, the column letters change.
Sometimes this automatic change is a problem. Suppose cell C1 holds one fixed discount rate, zero point zero five, and column B now holds fees. In D2, B2 multiplied by C1 gives the correct discount. Copied down, D3 becomes B3 multiplied by C2, but C2 is not the rate. D4 also points to the wrong cell, so the answers are wrong.
The fix is an absolute reference, which does not change when copied. Write it as dollar C dollar one, and both the column and the row are locked. A dollar before the letter locks only the column. A dollar before the number locks only the row, and these two are called mixed references. In Excel, press F4 while typing the address to add the dollar signs quickly.
Here is the same sheet with the fix. D2 is now B2 multiplied by dollar C dollar one. Copied to D3, B2 changes to B3, but the rate stays C1. In D4, it is still C1, so every discount is correct.
Pause and predict before I show the answer. Cell E5 has the formula equals A5 plus dollar B dollar one. You copy it to F6, which is one row down and one column right. What formula will F6 show? The relative A5 moves to B6, but the locked B1 stays, so it is equals B6 plus dollar B dollar one.
Sometimes you want only the answer, not the formula. A normal paste copies the formula, which may give new results in its new place. Paste Special, Values pastes only the number that was showing. In Excel, Ctrl+Alt+V opens the Paste Special box. This is useful when you send a final result sheet that should not change.
Remember one difference that exams like to test. When you cut a formula with Ctrl+X and paste it, the formula moves. A moved formula keeps exactly the same addresses. Only copying adjusts the relative addresses. After any copy, click two or three cells and check their formulas in the formula bar.
Let us revise what we learned today. You can copy a formula with Ctrl+C and Ctrl+V, the fill handle, or Ctrl+D. Relative references like B2 change to match the new row or column. Absolute references like dollar C dollar one never change. F4 adds the dollar signs, and Paste Special, Values copies only the results. Make a marks sheet of five students and try all three methods.
Courses that teach this
| Course | Unit |
|---|---|
| NIOS Secondary Data Entry Operations (229) | 8. Formulas, Functions and Charts |
Voice-over in this lesson is AI-generated. The script is written and checked by Kajal Ma'am. Boards can revise a syllabus mid-year, so confirm anything you plan around against the official board circular. Keep your passwords, OTPs and ID numbers to yourself — we never ask for them. To reach Kajal Ma'am, use the WhatsApp button; sharing your number there is how we call you back.
Free to watch, no sign-up. Live classes with Kajal Ma'am are the paid course; these lessons stay free either way.


