Excel Practice Test

โ–ถ

Copy and paste sounds like the simplest task in Excel. You click a cell, hit Ctrl+C, click somewhere else, hit Ctrl+V, done. And for plenty of jobs, that really is the whole story. But the moment you start moving formulas, dragging blocks between sheets, pulling data out of a browser, or trying to keep formatting intact across workbooks, the simple shortcut starts misbehaving. Numbers turn into text. Formulas point at the wrong cells. Column widths collapse. Conditional formatting vanishes or doubles up. Hidden rows appear out of nowhere.

This guide covers every paste method Excel offers and the situations each one solves. You will learn the keyboard shortcuts that real Excel users lean on, the Paste Special menu that almost nobody opens but everybody needs, the difference between copying values and copying formulas, how to handle paste across sheets and workbooks, and the most common errors that turn a five-second task into a twenty-minute mess. Once you know which paste mode to reach for, Excel stops fighting back.

The methods covered here work in Excel for Windows, Excel for Mac, Excel for the web, and Excel on mobile, with notes on differences where they matter. Shortcuts use the Windows convention (Ctrl) by default. On Mac, swap Ctrl for Cmd unless the method specifically says otherwise. The Paste Special dialog and Ribbon paths look almost identical across versions, with the biggest differences appearing in older builds (2013 and earlier) where a few preview options are missing.

Copy with Ctrl+C, cut with Ctrl+X, paste with Ctrl+V. To open Paste Special, use Ctrl+Alt+V on Windows or Cmd+Ctrl+V on Mac. Paste values only with Ctrl+Shift+V (newer builds) or the V key inside Paste Special. The marching ants border around copied cells means the clipboard is still active. Press Esc to clear it. Excel preserves up to 24 items in its clipboard panel, separate from the Windows clipboard.

The core copy-paste workflow has three steps. Select what you want to move. Copy or cut it. Click the destination and paste. To select a single cell, click it. To select a range, click the first cell and drag across the others, or click the first cell and Shift+click the last cell of the range.

To select non-adjacent ranges, hold Ctrl and click each cell or range separately. To select an entire row or column, click the row number or column letter. To select the whole sheet, press Ctrl+A or click the small triangle in the top-left corner where the row and column headers meet.

Copy puts a duplicate on the clipboard and leaves the original in place. Cut puts a duplicate on the clipboard and removes the original when you paste. You will see a moving dashed border (often called the marching ants) around the copied range until you paste, switch sheets, or press Esc.

The border is your visual reminder that the clipboard is loaded. If the border disappears before you paste, Excel has cleared the clipboard and you need to copy again. Some actions like saving the file or typing into another cell can quietly clear the clipboard, which surprises new users.

Five Core Paste Methods

๐Ÿ”ด Paste (Ctrl+V)

Pastes everything: values, formulas, formatting, comments, data validation, and conditional formatting. The default paste preserves source formatting and adjusts relative references in formulas.

๐ŸŸ  Paste Values

Pastes only the displayed values, stripping out formulas, formatting, and validation. Useful when you want the result of a formula without the formula itself, or to convert formulas to static numbers.

๐ŸŸก Paste Formulas

Pastes formulas with adjusted cell references but no formatting. Good for replicating calculation logic across a sheet without touching the visual style of the destination.

๐ŸŸข Paste Formatting

Pastes only the visual formatting (fonts, colors, borders, number formats) without changing the underlying values or formulas. Equivalent to the Format Painter tool.

๐Ÿ”ต Paste Special

Opens a dialog with every paste option Excel supports, including transpose, math operations (add, subtract, multiply, divide), skip blanks, and column widths. The most powerful paste mode.

Most people only ever use the default Ctrl+V paste, which works fine until it does not. The classic failure happens when you copy a calculated total from one workbook and paste it into another. The pasted cell shows #REF! errors because the formula is now pointing at cells that do not exist in the destination workbook.

The fix is Paste Values, which converts the formula result into a plain number that travels safely. Another common situation is copying a styled table where you want only the numbers, not the colors and borders. Paste Values strips the formatting and gives you clean data.

To use Paste Values quickly, copy your range, click the destination, then press Ctrl+Shift+V if you are on a recent Microsoft 365 or Excel 2024 build. On older versions, press Ctrl+Alt+V to open the full Paste Special dialog and then press V to choose Values, followed by Enter. Both routes produce identical results. The Ctrl+Shift+V shortcut is faster but only exists in newer builds, so the Paste Special dialog remains the universal method that works everywhere.

Paste Methods by Situation

๐Ÿ“‹ Tab 1

Copying within the same sheet is the simplest case. Ctrl+C, click destination, Ctrl+V. Formulas with relative references shift to match the new location. A formula like =A1+B1 copied from row 1 to row 5 becomes =A5+B5 automatically. If you want references to stay fixed, use absolute references with dollar signs ($A$1) in the original formula. The marching ants border stays visible until you press Esc or copy something else, so you can paste the same content into multiple locations without re-copying.

๐Ÿ“‹ Tab 2

Copy from one sheet, click the tab of the destination sheet, click the target cell, paste. Formulas that referenced cells on the source sheet automatically gain the sheet name prefix in the destination, so =A1 from Sheet1 pasted into Sheet2 becomes =Sheet1!A1 only if you want to keep the link. If you want the destination to calculate independently, use Paste Values to drop the formulas before moving sheets. The clipboard survives sheet switches but not file switches in some older versions.

๐Ÿ“‹ Tab 3

Copying between open workbooks works the same way, but Excel preserves formula links by default. A formula pasted into a new workbook may reference the source workbook with a full path like =[Sales.xlsx]Sheet1!A1. This creates an external link that breaks if you close or move the source file. To paste clean values, always use Paste Values when moving between workbooks. To paste formulas that should recalculate against the destination workbook, you may need to manually adjust references.

๐Ÿ“‹ Tab 4

Pasting from a browser or Word document into Excel often produces unexpected results. Tables may paste as merged cells, hyperlinks may carry over with the underlying address rather than display text, and numbers may arrive formatted as text. Use Paste Special and choose Unicode Text or Text to strip browser formatting. After pasting numbers that came in as text, select the range and use the small green warning triangle (or Data, Text to Columns) to convert them to real numbers Excel can calculate.

Paste Special is where Excel hides its most useful tricks. Open it with Ctrl+Alt+V (Windows) or Cmd+Ctrl+V (Mac) after copying a range. The dialog presents a grid of paste options including All, Formulas, Values, Formats, Comments, Validation, All using source theme, All except borders, Column widths, Formulas and number formats, Values and number formats, and All merging conditional formats. Below that, an Operation section lets you add, subtract, multiply, or divide the destination cells by the copied values without using any formula. Two checkboxes at the bottom toggle Skip blanks and Transpose, two features that solve specific problems elegantly.

Skip blanks is useful when you have two ranges of the same shape and you want to overlay one onto the other without overwriting the destination where the source is empty. Copy the source, click the destination, open Paste Special, check Skip blanks, paste. Any blank cells in the source leave the destination cells untouched.

Transpose flips rows and columns. Copy a vertical list of seven cells, click an empty destination, open Paste Special, check Transpose, paste. The vertical list becomes a horizontal row. Combined with Paste Values, transpose converts a wide pivoted table into a tall table or vice versa in two clicks.

Drag and drop is an alternative to copy and paste that some users prefer for short moves. Select a range, hover the mouse over the edge of the selection until the cursor changes to a four-headed arrow, then drag the selection to the new location.

By default, drag and drop moves the data (equivalent to cut and paste). To copy instead of move, hold Ctrl while dragging. The cursor adds a small plus sign indicating copy mode. To insert the dragged data between existing cells rather than overwriting them, hold Shift while dragging. The destination cells slide aside to make room.

The fill handle, that little green square in the bottom-right corner of a selected cell, is another copy-paste shortcut hiding in plain sight. Click a cell with content, grab the fill handle, drag down or across. Excel copies the cell, with intelligent behavior for series.

A cell containing a date will fill subsequent dates. A cell containing a number followed by another cell with the next number in a sequence will continue the pattern. A formula will copy with relative references adjusted. Double-click the fill handle to auto-fill down to the end of an adjacent column, which is the fastest way to apply a formula to every row of a dataset.

Copy and Paste Best Practices

Use Ctrl+Shift+V or Paste Special to paste values when copying between workbooks to avoid broken external links
Press Esc after pasting to clear the marching ants border so you do not accidentally paste the wrong content next
Use absolute references ($A$1) in source formulas when you want copied formulas to keep pointing at the same cells
Use the Format Painter (paintbrush icon) when you only need to copy formatting without changing values
Use Paste Special Transpose to flip rows and columns without rewriting the data manually
Open the clipboard panel (Home tab, small arrow in the Clipboard group) to access the last 24 copied items
Convert formulas to values before sharing a workbook to prevent recipients from seeing or breaking your logic
After pasting from web or Word, check for text-formatted numbers and convert them so Excel can calculate properly

The Office clipboard panel is a feature most users never discover. On the Home tab, look for a small arrow at the bottom-right corner of the Clipboard group. Clicking it opens a sidebar showing the last 24 items you copied across any Office application. You can paste any of them by clicking, or paste all of them with a single button.

The clipboard panel is especially useful when you are pulling small pieces of data from multiple sources because each copy adds to the panel without overwriting the previous one. Closing the panel and reopening it preserves the entries until you exit Excel.

Excel also supports clipboard history through Windows itself. Press Windows+V on Windows 10 or later to open the system clipboard with the last 25 text items copied anywhere on the system, including from Excel. Pinning items keeps them across reboots.

The Windows clipboard and the Office clipboard are separate, so something might appear in one and not the other depending on how you copied it. For pure Excel work, the Office clipboard inside Excel is the more reliable choice because it preserves cell formatting and formulas, not just the displayed text.

Test Your Excel Knowledge

Copying and pasting formulas is where most paste errors originate. Excel formulas use two reference types: relative and absolute. A relative reference like A1 shifts when copied. An absolute reference like $A$1 stays locked. Mixed references like $A1 (column locked, row relative) or A$1 (row locked, column relative) shift in only one direction. Pressing F4 while editing a formula cycles through the four combinations: A1, $A$1, A$1, $A1. Choosing the right reference type before copying is the single most important habit to develop because it eliminates most copy-paste formula errors.

When you copy a formula from cell B2 that says =A2*1.05 and paste it into B3, Excel adjusts the formula to =A3*1.05. That is relative behavior. Copy the same formula into D5 and you get =C5*1.05. The reference shifts both down (rows) and across (columns) to match the new location.

If you want the formula to always multiply by the value in cell A2 regardless of where it is pasted, write the source as =$A$2*1.05. Now pasting into B3 still produces =$A$2*1.05. Paste it into D5 and it remains =$A$2*1.05. Understanding this single concept solves about half of all formula copy-paste problems users encounter.

Common Paste Errors and Fixes

๐Ÿ”ด #REF! Errors

Pasted formulas show #REF! when references point to deleted or missing cells. Common when pasting between workbooks. Fix by using Paste Values to convert formulas to static numbers before moving them across workbooks.

๐ŸŸ  Numbers as Text

Numbers pasted from web or other applications often arrive as text and refuse to calculate. Select the range, click the green warning triangle, choose Convert to Number, or use Data tab and Text to Columns then Finish.

๐ŸŸก Lost Formatting

Default paste sometimes strips formatting when source and destination themes differ. Use Paste Special and choose All using source theme to preserve every visual element including conditional formatting and theme colors.

๐ŸŸข Wrong Column Widths

Pasting a table into a new sheet keeps the data but uses the destination column widths. Open Paste Special and choose Column widths first to size the destination, then paste again with Values or All to fill in the data.

๐Ÿ”ต Hidden Rows Appearing

Pasting from a filtered range copies hidden rows too. To paste only visible rows, select the source with Alt+; (which selects visible cells only), copy, and paste. The hidden rows are excluded from the copy operation.

๐ŸŸฃ Merged Cell Conflicts

Pasting into merged cells or pasting data that contains merged cells often produces strange shapes or error messages. Unmerge the source or destination before copying, or paste into a clean area and then merge manually.

The format painter is technically a paste tool even though it does not use the clipboard the same way. Click a source cell, click the paintbrush icon on the Home tab, then click or drag across destination cells. Excel applies the source formatting (fonts, colors, borders, number formats, conditional formatting rules) to the destination without changing values or formulas. Double-click the paintbrush icon to lock it on, then click the paintbrush again or press Esc when done. Format painter is faster than Paste Special Formats when you are doing small formatting touch-ups across many disconnected ranges.

Pasting into filtered or sorted ranges can produce surprising results. When a column is filtered, the visible cells are not always contiguous. Pasting a range of three values into a filtered range may write to three visible cells, or it may write to three contiguous cells including hidden ones, depending on the Excel version and paste method.

As a general rule, do not paste into filtered ranges if you can avoid it. Clear the filter, paste, then reapply the filter. If you must paste into a filtered range, use Alt+; to select only visible cells before copying so you know exactly what is being moved.

Excel Copy and Paste Stats

24
Clipboard Items
4
Reference Types
Ctrl+V
Paste Shortcut
F4
Toggle Reference
Esc
Clear Clipboard

For larger datasets, the most efficient way to copy is to select using keyboard shortcuts. Ctrl+Shift+Down selects from the current cell to the bottom of the column data. Ctrl+Shift+Right selects from the current cell to the right edge of the row data. Combining them with Ctrl+Shift+End selects from the current cell to the bottom-right corner of the used range. These shortcuts let you grab thousands of rows in two keystrokes without dragging the mouse. After selecting, Ctrl+C copies and you can paste anywhere normal selection rules apply.

If you frequently move data between Excel and another application, learn that application's paste conventions too. Pasting Excel data into PowerPoint defaults to a linked picture that updates if the source changes. To paste as a static table, use Paste Special in PowerPoint and choose Microsoft Excel Worksheet Object or Picture. Pasting into Word offers similar options including HTML formatted text, plain text, and linked or embedded objects. Each destination application has its own Paste Special dialog and the same logic applies: pick the format that matches how you want the destination to behave when the source changes.

Pasting large ranges can also slow Excel down noticeably. A single Ctrl+V on a sheet that uses heavy conditional formatting, many array formulas, or thousands of data validation rules triggers a full recalculation. If you are pasting tens of thousands of rows, switch calculation to manual before pasting (Formulas tab, Calculation Options, Manual). Paste, verify the result, then switch back to Automatic and press F9 to recalculate. The same advice applies to disabling screen updating when running macros that paste data inside a loop. Both tricks shave seconds or minutes off large operations and stop Excel from feeling frozen.

When you paste across protected sheets, Excel may refuse to paste with a message that the cell or chart is protected. Sheet protection only blocks paste into locked cells, so the simplest workaround is to unprotect, paste, and reprotect. If you cannot unprotect the sheet, the destination cells are locked by the owner intentionally. Copying values out of a protected sheet is allowed unless the owner also disabled the Select locked cells option in the protection settings. Pasting into a protected workbook with a password requires the password to disable the protection first.

Default Paste vs Paste Special

Pros

  • โ€”
  • โ€”
  • โ€”
  • โ€”
  • โ€”

Cons

  • โ€”
  • โ€”
  • โ€”
  • โ€”
  • โ€”

Mac users have a few keyboard differences worth noting. Copy is Cmd+C, paste is Cmd+V, cut is Cmd+X, and Paste Special opens with Cmd+Ctrl+V (not Cmd+Option+V as you might guess).

The F4 key for cycling reference types works the same on Mac but on some keyboards you need to press Fn+F4 first or set the function keys to behave as standard function keys in System Settings. Paste Values on Mac uses the same Paste Special dialog approach since Cmd+Shift+V is reserved for other Mac functions in some setups. Drag and drop, fill handle, and the format painter all work identically on Mac.

Excel for the web has a slimmer set of paste options. Default paste, paste values, paste formulas, and paste formatting are available, but the full Paste Special dialog with math operations and transpose is not present in browser-only versions. For complex paste operations, open the workbook in desktop Excel through the Edit in Desktop App option.

Excel for the web does respect the system clipboard, so you can copy from another browser tab or application and paste into a sheet without losing standard formatting. Numbers paste as numbers, dates as dates, and formulas paste as formulas when copying within Excel for the web.

One more situation worth covering is copying conditional formatting. By default, Ctrl+C and Ctrl+V copy conditional formatting along with everything else. If you want to copy only conditional formatting without values or other formatting, open Paste Special and choose Formats. The Formats option transfers all visual styling including conditional formatting rules, which is useful when you have built a complex set of rules on one range and want to apply the same rules elsewhere. Conditional formatting rules with relative references adjust automatically to the new range, just like regular formulas do during copy and paste.

Try Excel MCQ Practice

Excel Questions and Answers

What is the keyboard shortcut to copy and paste in Excel?

On Windows, copy is Ctrl+C, cut is Ctrl+X, and paste is Ctrl+V. On Mac, use Cmd+C, Cmd+X, and Cmd+V. To paste values only on newer builds, use Ctrl+Shift+V (Windows). To open Paste Special with all options, use Ctrl+Alt+V (Windows) or Cmd+Ctrl+V (Mac). Press Esc after pasting to clear the marching ants border around the copied source.

How do I copy a formula in Excel without changing the cell references?

Use absolute references with dollar signs in the formula before copying. A formula like =$A$1+$B$1 will not shift when copied to a new location. You can also press F4 while editing a reference to cycle through relative, absolute, and mixed reference types. If you have already copied a formula and need to convert the result to a static value, use Paste Special and choose Values.

How do I copy and paste values only in Excel?

Copy the source range with Ctrl+C, click the destination, then press Ctrl+Shift+V on newer builds or Ctrl+Alt+V to open Paste Special and press V then Enter. The destination cells contain the displayed numbers or text but no formulas, formatting, or validation. This is the standard method for converting calculated results into portable numbers before moving them between workbooks.

Why does my copied data paste as text instead of numbers?

This usually happens when copying from a web page, Word document, or PDF where the numbers are stored as text strings. After pasting, select the range, click the green warning triangle that appears, and choose Convert to Number. Alternatively, use Data tab and Text to Columns, click Finish without changing settings, and Excel converts the text to real numbers that participate in calculations.

How do I transpose rows to columns in Excel?

Copy the range you want to transpose with Ctrl+C. Click the destination cell (not inside the original range). Open Paste Special with Ctrl+Alt+V. Check the Transpose checkbox at the bottom of the dialog. Click OK. The vertical range becomes horizontal or vice versa. Combine with Values to drop any formulas during the transpose if the source contains calculated cells you want to convert to static numbers.

Can I paste only visible cells from a filtered range?

Yes. Apply your filter first, then select the visible data. Press Alt+; (Alt and semicolon) to limit the selection to visible cells only. Copy with Ctrl+C and paste into any destination. The hidden rows are excluded from the copy. This shortcut also works for cells hidden by Hide Rows or Hide Columns, not just filter results. Without Alt+; the copy includes all rows in the selected range including hidden ones.

How do I copy formatting only without changing values?

Two options work. The Format Painter (paintbrush icon on the Home tab) copies formatting from a source cell to wherever you click next. Double-click the paintbrush to apply formatting to multiple destinations before pressing Esc. Alternatively, copy the source with Ctrl+C, open Paste Special with Ctrl+Alt+V, and choose Formats. Both methods transfer fonts, colors, borders, number formats, and conditional formatting without altering the underlying values or formulas.
โ–ถ Start Quiz