Excel Copy and Paste Special
Beyond Basic Copy-Paste
Paste Special is Excel's Swiss Army knife for data manipulation. Learn to copy exactly what you need - values, formats, formulas, or combinations - and transform data with transpose, operations, and more.
1. Copy and Paste Basics
Standard Copy Methods
Keyboard
Copy: Ctrl + C
Cut: Ctrl + X
Paste: Ctrl + V
Right-Click
โข Copy
โข Cut
โข Paste Options...
Ribbon
Home Tab โ
Clipboard Group
Copy/Cut/Paste buttons
What Gets Copied?
Standard copy (Ctrl+C) includes everything:
- Cell values or formulas
- Number formats (currency, percentage, etc.)
- Cell formatting (colors, borders, fonts)
- Conditional formatting rules
- Data validation rules
- Comments and notes
2. Introduction to Paste Special
Why Use Paste Special?
Paste Special gives you precise control over what to paste. Need just the values without formulas? Only the formatting? Want to add values to existing data? Paste Special does it all.
Accessing Paste Special
Method 1: Keyboard Shortcut
Ctrl + Alt + V
Opens Paste Special dialog after copying
Method 2: Right-Click Menu
- Copy cells (Ctrl+C)
- Right-click destination
- Select "Paste Special..."
Quick Paste Options
After pasting with Ctrl+V, look for the small clipboard icon that appears. Click it for quick access to common paste special options without opening the full dialog.
3. Paste Special Options Explained
๐ Paste Options
- All
- Everything (same as Ctrl+V)
- Formulas
- Only formulas, no formatting
- Values
- Results only, converts formulas to static values
- Formats
- Only formatting (colors, borders, fonts)
- Comments
- Only cell comments/notes
- Validation
- Only data validation rules
๐จ Special Paste Options
- All using Source theme
- Paste with original theme colors
- All except borders
- Everything but border formatting
- Column widths
- Match source column widths
- Formulas and number formats
- Formulas + number formatting only
- Values and number formats
- Static values + number formatting
Most Common Uses
Values Only
Remove formulas, keep results
Formats Only
Copy styling without data
Transpose
Switch rows and columns
4. Paste Operations
Mathematical Operations
Paste Special can perform mathematical operations between copied data and existing values. This is incredibly powerful for bulk calculations.
Available Operations
- NoneNormal paste (default)
- AddAdd copied values to existing
- SubtractSubtract copied from existing
- MultiplyMultiply existing by copied
- DivideDivide existing by copied
Practical Examples
Copy 1.1, Paste Special โ Multiply
Copy 0.9, Paste Special โ Multiply
Copy shipping amount, Paste Special โ Add
5. Transpose Data
What is Transpose?
Transpose switches rows and columns. Data arranged horizontally becomes vertical, and vice versa. This is perfect for reformatting reports and reorganizing data layouts.
How to Transpose
- Select and copy your data range (Ctrl+C)
- Click destination cell where transposed data should start
- Open Paste Special (Ctrl+Alt+V)
- Check "Transpose" checkbox at the bottom
- Click OK - your data is now transposed!
Transpose Examples
Before (Horizontal)
Jan | Feb | Mar |
100 | 150 | 200 |
After (Vertical)
Jan | 100 |
Feb | 150 |
Mar | 200 |
โ ๏ธ Transpose Limitations
- Formulas may need adjustment after transposing
- Cannot transpose into the same range (overlap error)
- Merged cells don't transpose well
- Table formatting may be lost
6. Advanced Techniques
Skip Blanks Option
The "Skip blanks" checkbox prevents pasting empty cells over existing data:
- Useful when copying sparse data
- Preserves existing values where copied cells are blank
- Great for merging datasets
Paste Link
Creates formulas that reference the original cells:
- Copy your data (Ctrl+C)
- Open Paste Special (Ctrl+Alt+V)
- Click "Paste Link" button
- Creates formulas like =Sheet1!A1
- Updates automatically when source changes
Values + Formats Combo
Two-step process for perfect copies without formulas:
- First: Paste Special โ Values
- Second: Paste Special โ Formats
- Result: Static values with original formatting
- Alternative: Use "Values and number formats" option
7. Shortcuts & Tips
Essential Keyboard Shortcuts
Ctrl + Alt + V
Open Paste Special dialog
Alt + E, S
Alternative Paste Special shortcut
Alt + E, S, V
Paste values directly
Alt + E, S, T
Paste formats directly
Alt + E, S, F
Paste formulas directly
Alt + E, S, E
Transpose directly
Pro Tips
- ๐กDouble-click Format Painter for multiple applications
- ๐กUse F4 to repeat last paste special action
- ๐กRight-drag for instant paste special menu
- ๐กPaste to multiple areas by selecting before pasting
Common Scenarios
- ๐Remove formulas before sharing: Paste Values
- ๐Copy formatting between sheets: Paste Formats
- ๐Reorganize data layout: Transpose
- ๐Apply calculations in bulk: Paste Operations
Time-Saving Workflow
Copy Once
Ctrl + C
Paste Many
Multiple paste specials
Stay Copied
Until you copy again
Quick Reference Card
Most Used Options
- โข Values: Remove formulas, keep results
- โข Formats: Copy only appearance
- โข Formulas: Copy without formatting
- โข Transpose: Switch rows/columns
- โข Column widths: Match source columns
Operations
- โข Add: Existing + Copied
- โข Subtract: Existing - Copied
- โข Multiply: Existing ร Copied
- โข Divide: Existing รท Copied
- โข Skip blanks: Preserve existing data
Ready for the Next Step?
Continue your Excel journey with: Excel Chart Types Guide