Concept Flow
Copy source cells (A1:B3) -> Choose Paste Special option -> Paste into target cells (C1:C3)
Paste Special lets you choose what to paste: values, formulas, or formatting separately.
Copy source cells (A1:B3) -> Choose Paste Special option -> Paste into target cells (C1:C3)
1. Select cells A1:B3
2. Copy (Ctrl+C)
3. Select cells C1:C3
4. Right-click > Paste special > Paste values onlyThis copies only the numbers from A1:A3 into C1:C3 without formulas or formatting.
| Cell | Original Value | After Paste Values Only |
|---|---|---|
| A1 | 10 | 10 |
| A2 | 20 | 20 |
| A3 | 30 | 30 |
| B1 | 5 | 5 |
| B2 | 15 | 15 |
| B3 | 25 | 25 |
| C1 | 10 | |
| C2 | 20 | |
| C3 | 30 |
| Step | Action | Result |
|---|---|---|
| 1 | Copy cells A1:B3 | Clipboard holds values and formulas |
| 2 | Paste special > values only into C1:C3 | Only numbers pasted, no formulas or formatting |
| 3 | Paste special > formulas only | Formulas pasted without formatting |
| 4 | Paste special > format only | Only cell colors and fonts pasted |