What Most People Miss About Copying Data from Excel

Why does your copied Excel table paste as jagged text in Outlook? Why do dates become random numbers when you paste into Word? Why does the recipient see #REF! errors even though your source looks fine?

The Problem

You think you’re just copying data — but Excel copies everything: cell formatting, hidden row heights, merged cells, formula dependencies, and sometimes even invisible characters from imported CSVs. That’s why pasting into Teams, PowerPoint, or a vendor’s web form often fails silently.

Here’s what happens when you Ctrl+C on this range (A1:D8) without checking first:

Sales RepClientAmountDate
Sarah ChenAcme Corp$45,2002024-03-15
Diego MoraNexus Labs$31,8502024-03-17
Priya KapoorVistaTech Inc$67,1002024-03-18
Marcus LeeOrion Group$22,4002024-03-19
Anya PetrovaStellar Dynamics$53,6002024-03-20
Jamal WrightTerraFusion Ltd$19,9502024-03-21
Lena SchmidtHorizon Systems$41,3002024-03-22

That looks clean — but look closer. Cell B2 has a manual line break (Alt+Enter), D4 is formatted as 'General' instead of Date, and column C contains formulas like =ROUND(B2*0.12,0) — not raw values. You’ll only notice the mess after pasting.

The Solution

We fix this in three deliberate steps — no add-ins, no macros, just native Excel behavior you already own.

  1. Select your data range carefully. Click A1, then hold Shift and press Ctrl+End. That selects all contiguous data (A1:D8 here). Avoid dragging — you might miss hidden rows or include blank columns.
  2. Press Ctrl+C — then immediately press Alt+E+S+V. This opens Paste Special > Values. Yes, that Alt sequence matters: AltESV. It strips formulas, formats, and links — leaving only clean numbers and text.
  3. Paste into Notepad first. Yes — really. Paste there, then copy again from Notepad and paste into your final destination (Teams, email, etc.). This removes any lingering font metadata or clipboard artifacts. (Trust me, I learned this the hard way after sending a ‘$45,200’ that appeared as ‘45200’ in Slack.)

Here’s what you get after those steps — identical structure, zero formatting baggage:

Sales RepClientAmountDate
Sarah ChenAcme Corp452002024-03-15
Diego MoraNexus Labs318502024-03-17
Priya KapoorVistaTech Inc671002024-03-18
Marcus LeeOrion Group224002024-03-19
Anya PetrovaStellar Dynamics536002024-03-20
Jamal WrightTerraFusion Ltd199502024-03-21
Lena SchmidtHorizon Systems413002024-03-22

Going Further

If you need more control — say, preserving dates but dropping formulas — use Alt+E+S+U (Paste Special > Values and Number Formatting). That keeps date serial numbers intact while converting them to actual dates in the destination app.

For multi-sheet exports: select multiple sheets by holding Ctrl and clicking each tab, then copy. Excel pastes them as separate tables — not merged. Useful for quarterly summaries.

Surprising tip: If you’re copying into Word and want to retain table borders, skip Paste Special entirely. Instead, right-click → Keep Source Formatting — but only after you’ve used Home → Clear → Clear Formats on your source range first. Clean source + rich paste = predictable results.

And yes — you can copy filtered data only. Just select visible cells with Alt+; (semi-colon) before Ctrl+C. That shortcut selects only the displayed rows — no hidden ones sneak in.

When NOT to Use This

Avoid the Notepad step if you’re pasting into another Excel workbook where you *want* formulas recalculated — e.g., pulling live sales data into a dashboard. In that case, use Alt+E+S+F (Formulas) instead of Values.

Don’t use Ctrl+C on ranges containing merged cells unless you plan to unmerge first. Merged cells copy unpredictably — especially across rows — and often paste as misaligned single cells.

Never copy directly from a PivotTable unless you intend to break its link to the source data. PivotTables copy summary values *only*, and those won’t update if the underlying data changes. For dynamic reporting, use GETPIVOTDATA() instead.

If your source includes hyperlinks, know that Paste Special > Values drops them entirely. To keep links, use Alt+E+S+H — but test first. Some apps (like Jira) ignore hyperlink metadata entirely.

Keyboard Shortcuts

ActionShortcutNotes
Select visible cells only (after filtering)Alt+;Critical for filtered reports
Paste Special → ValuesAlt+E+S+VWorks even if ribbon isn’t visible
Paste Special → FormulasAlt+E+S+FPreserves calculation logic
Clear all formattingCtrl+Shift+NResets fonts, colors, borders
Select entire used rangeCtrl+A (twice)First press selects current region; second expands to full sheet used area
Anna Kim

Anna Kim

Anna specializes in tax forms