Written by Allen Wyatt (last updated December 7, 2019)
This tip applies to Excel 97, 2000, 2002, and 2003
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 create a macro that does the import for you. 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 (2426) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) 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!
Open a workbook that someone else is working on, and you won't be able to save your changes back into the same file. ...
Discover MoreIf you need to stuff the current workbook's filename and path into a cell or a header or footer, you'll appreciate the ...
Discover MoreIf you don't like the way that Excel exports information you intend to use with other programs, then your best bet is to ...
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 menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon 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