Written by Allen Wyatt (last updated January 25, 2025)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365
Donna handles building management for her company, and she routinely has to enter room locations into spreadsheets. For instance, 2W07 is second floor, west wing, room 7. When Donna enters a room in the east wing, such as 4E12, Excel converts her entry to a number using exponentiation. She wonders if there is a way to stop this type of parsing as she's entering information.
The short answer is yes, there is a way. In fact, there are three ways you can approach this issue. All methods involve forcing Excel to view your entry as text rather than as a number.
First, you can signify that you are entering a text value by prefacing your entry with an apostrophe. For instance, instead of entering 4E12, you would enter '4E12. The leading apostrophe would not show up in the cell; it is only used to indicate that you are entering text.
Second, you could format the cells in which you are entering room numbers as text. This should be done before you start your data entry. Just select the cells (or, entire rows or columns) and, on the Home tab of the ribbon, use the Number Format drop-down list to choose Text. No, anything you enter into those cells will be treated as text by Excel, without the need to preface it with an apostrophe.
Third, if you are using Excel 2024 or Excel in Microsoft 365, you can follow these steps:
Figure 1. The Data options in the Excel Options dialog box.
Now, when you enter information in your workbook, Excel won't do any exponent parsing. All your entries that could otherwise be parsed as exponents will, instead, be treated as text.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (7789) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
Want to use the maximum space possible for displaying information on screen? You'll want to learn how to use the ...
Discover MoreWant to convert the text in a cell so that it wraps after every word? You could edit the cell and press Alt+Enter after ...
Discover MoreSometimes the data in a worksheet isn't in the exact format desired. If you want to divide your values by 1,000, there ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2025-01-27 09:21:17
Erik
If you use the third option - changing Excel settings - will opening the file on another computer without that setting change result in errors?
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