Written by Allen Wyatt (last updated January 10, 2023)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and 2021
If you want to copy the contents of a cell without formatting, you can easily do so by using the Paste Special feature of Excel. Simply follow these steps:
In step 5 you could have chosen one of the Paste Values options, but Excel would not have transferred any formulas. Instead, it would have pasted the results of formulas, as if they were static values. In other words, to truly copy cell contents, you must use the Formulas option.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (9045) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Excel here: Copying a Cell without Formatting.
Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!
Paste information directly into a worksheet, and you may be surprised that Excel makes some of the data unusable. This ...
Discover MoreWant to make an entry of the same value into a group of selected cells? It's easy to do with just one small change in how ...
Discover MoreNeed to quickly select a range of cells? Perhaps the easiest way is to use both the mouse and the keyboard together, as ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2023-01-10 05:37:12
Mark Watson
For us keyboard warriors the Paste Special shortcut is Alt-E S
I tend to use these two:
Alt E S V to paste just the Values or
Alt E S T to paste just the Format
2019-03-30 07:40:07
Alex B
I used to think what I wanted to do was copy "without formatting" but when it resulted in dates turning out as numbers I soon realised that a much better option was to include the Number format in the copying.
On the Paste Special Dialogue box on the right hand side you will find these options.
• Formulas and number formats (or right-click paste special drop down > button with %fx - 1st row)
• Values and number formats (or right-click paste special drop down > button with %2 - 3rd row)
I use the values and number formats enough to have it on the quick access toolbar.
In vba xlPasteFormulasAndNumberFormats & xlPasteValuesAndNumberFormats.
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments