Introduction to Paste Special
The Paste Special feature in Excel allows you to paste specific elements of copied data (such as values, formats, or formulas) without overwriting everything. This is a highly useful tool when you need to manipulate data efficiently without disturbing the rest of your spreadsheet.
In this chapter, we will explore all the options available under Paste Special, along with practical examples to understand how to use them effectively. We will also cover Go To Special, which helps in selecting specific types of cells (e.g., blanks, errors, formulas).
Paste Special Options
- All
- Purpose: Pastes everything (values, formatting, formulas, etc.) from the copied cell.
- Example: Copy cell A1 with the value 10 and bold formatting, then paste it into B1 using “All.” Everything from A1 will be pasted into B1.
- Formulas
- Purpose: Pastes only the formulas from the copied cells, ignoring formatting and values.
- Example: Copy a formula from A2 (e.g., =A1*2) and paste it into another cell using “Formulas.” Only the formula will be copied, not the result.
- Values
- Purpose: Pastes only the calculated values from the copied cells, ignoring the original formula.
- Example: If A3 contains the formula =A1+B1, copy A3 and paste as “Values” in B3. Only the result of the formula will be pasted.
- Formats
- Purpose: Pastes only the formatting of the copied cells (e.g., bold, color, borders).
- Example: If cell C1 has bold formatting and a background color, copy it and use “Formats” in D1. Only the format will be applied to D1.
- Comments and Notes
- Purpose: Pastes only the comments or notes attached to the copied cells.
- Example: If A4 contains a comment, you can paste just the comment to another cell without copying the value or formatting.
- Validation
- Purpose: Pastes the data validation rules (such as drop-down lists) from the copied cells.
- Example: If A5 has a data validation rule (like a drop-down list), you can copy and paste that rule into B5 using “Validation.”
- All Except Borders
- Purpose: Pastes everything except the borders from the copied cells.
- Example: If A6 has data with borders, copying and pasting into B6 using this option will copy everything but the border.
- Column Widths
- Purpose: Adjusts the width of the target column to match the copied column’s width.
- Example: Copy the data from a column with custom widths and paste it into a new column using “Column Widths.” The new column will take the same width as the original.
- Formulas and Number Formats
- Purpose: Pastes formulas and the number formatting (e.g., currency, percentages).
- Example: If A7 has a formula and currency format, pasting it into B7 with this option will carry both the formula and the currency format.
- Values and Number Formats
- Purpose: Pastes the values and number formats but not the formula itself.
- Example: If A8 contains a calculated value formatted as a percentage, pasting into B8 with this option will keep the percentage format without copying the formula.
- Transpose
- Purpose: Switches rows to columns and vice versa.
- Example: If A9 to A11 contains values, copying and pasting them as “Transpose” into B9 will place them horizontally.
Go To Special Options
The Go To Special tool in Excel helps you select specific types of cells in a worksheet, making it easier to perform actions on those cells.
- Blanks
- Purpose: Selects all blank cells within a specified range.
- Example: If your data has empty cells, use this option to highlight them all at once for quick filling or deletion.
- Formulas
- Purpose: Selects cells containing formulas.
- Example: Use this option when you want to identify all the formula cells in a large dataset to quickly check for errors.
- Constants
- Purpose: Selects cells containing constants (i.e., values not generated by formulas).
- Example: If you have manually entered numbers and want to change only those values, this option will highlight them.
- Conditional Formats
- Purpose: Selects cells with conditional formatting rules applied.
- Example: Quickly locate all the cells that have been highlighted based on conditions, like values above a certain threshold.
- Data Validation
- Purpose: Selects cells that have data validation rules (e.g., drop-down lists).
- Example: Use this option to find all the cells in a worksheet that have validation rules for data input.
- Errors
- Purpose: Selects cells containing error values (e.g., #DIV/0!, #VALUE!).
- Example: Quickly locate all error cells in a worksheet for troubleshooting or correction.
- Last Cell
- Purpose: Selects the last cell with data or formatting in the worksheet.
- Example: Use this to quickly navigate to the last active cell in a large dataset.
- Visible Cells Only
- Purpose: Selects only the visible cells in a range (ignoring hidden rows/columns).
- Example: If you want to copy only the visible data from a filtered list, use this option to avoid copying hidden cells.
Practical Examples
- Copying Values Only:
- Let’s say you have calculated sales totals using formulas in cells A1
, and you want to copy only the final numbers (not the formulas) to another column.
- Step 1: Copy the range A1
.
- Step 2: Right-click on the destination cell and choose Paste Special > Values. Now, only the calculated values will appear in the new column.
- Transposing Data:
- If you have a horizontal list of names in A1
(e.g., “John,” “Paul,” “George,” “Ringo”) and you want to place them vertically in column B:
- Step 1: Copy the range A1
.
- Step 2: Right-click on cell B1, select Paste Special, and choose Transpose.
- Highlighting Blanks for Quick Data Entry:
- If you have a dataset with missing values and want to quickly identify the blank cells:
- Step 1: Select the range of data.
- Step 2: Press Ctrl + G (Go To) > Special > Blanks. Now, all the empty cells will be highlighted, allowing you to quickly enter data.
Conclusion
The Paste Special and Go To Special features are essential tools for working efficiently in Excel. They allow you to manipulate data with precision, whether it’s copying specific elements or selecting certain types of cells for editing. Mastering these tools will improve your productivity and data management skills.