Written by Allen Wyatt (last updated June 17, 2023)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, and Excel in Microsoft 365
Mark has a text file that he routinely imports into an Excel workbook. The file is created by a different program, and one of the columns in the file contains numbers, the letter "e," and then more numbers. When importing the file into Excel, the column is converted to scientific notation by Excel, rather than being treated as text.
Chances are good that the file you are importing—the one created by the other program—is a CSV file. This means that the values in the file are "comma separated" and easily understood by a program such as Excel. If you open a CSV file, Excel just "does it," without asking very much about the data being imported. This is where the problem would occur—Excel is simply making the assumption that the problem column contains numeric values in scientific notation.
The solution is to get Excel to ask you how you want the data imported. The key to doing this is to rename the file you are importing. Change the file's extension from CSV to something else, such as DAT. When you then try to open the file in Excel (start Excel and then use Open to locate and try to open the newly renamed file), the Import Wizard starts. This wizard gives you complete control over how Excel treats your incoming data.
Most of the wizard is self-explanatory. You'll want to pay particular attention to the third step of the wizard which allows you to specify the data type for each column of the import data. The default data type for each column is "general," which means that Excel tries to interpret the data based upon its regular parsing routines. Instead, you want to locate the column that contains the problem data and specify that the column should be treated as text—exactly what you want.
If you have to import this type of file regularly, you might want to either use Power Query to do the import or create a macro that does the import for you. If you choose to use a macro, all you need to do is use the macro recorder to record each step of the Import Wizard. You can then replay the macro anytime you need to import the file again.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (12201) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Avoiding Scientific Notation on File Imports.
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!
What would you do if every time you opened a workbook Excel told you it was locked? Here's how you can try to recover ...
Discover MoreNeed to get the full path of your current workbook into the Clipboard? Excel doesn't make it quite as easy as it used to ...
Discover MoreWhen you import information from a CSV text file, Excel formats the data according to its default settings. Wouldn't it ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
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