How to Remove Scientific Notation in Excel [2026]
Stop Excel displaying 1.23E+10 instead of full numbers. 3 quick methods to fix scientific notation for barcodes, SKUs, and tracking numbers in Excel and Google Sheets.
Stop Excel displaying 1.23E+10 instead of full numbers. 3 quick methods to fix scientific notation for barcodes, SKUs, and tracking numbers in Excel and Google Sheets.
Excel and Google Sheets convert long numbers like barcodes, SKUs, and tracking numbers into scientific notation (e.g. 1.23457E+12 instead of 1234567890123). This makes product data unusable for CSV imports, bulk uploads, and marketplace listings. Here are three proven methods to remove scientific notation and keep your numbers intact.
Excel and Google Sheets automatically display numbers longer than 11 digits in scientific notation (e.g. 2.5E+12). While this saves space for scientific data, it corrupts identifiers like UPC barcodes, EAN codes, product SKUs, and order tracking numbers that must remain exact. This is especially problematic when exporting to CSV or XLS for marketplace bulk uploads.
This is the most reliable way to prevent Excel or Google Sheets from converting large numbers to scientific notation.
Steps in Excel:
Steps in Google Sheets:
Note: Formatting cells as text prevents the data from being automatically converted to scientific notation.
') Before NumbersAnother quick way is to prefix your numbers with an apostrophe (').
Example:
1234567890123, type '1234567890123.This method tells Excel or Google Sheets to treat the entry as text. The apostrophe will not appear in your data after exporting to CSV or XLS.
If your data is already formatted in scientific notation, use the TEXT formula to convert it back to a regular number.
In Excel:
=TEXT(A1, "0") where A1 is the cell with the scientific notation.In Google Sheets:
=TEXT(A1, "0").The TEXT function converts the number to text format, ensuring it is not displayed in scientific notation.
Once you have applied one of the methods above, follow these steps to export your data:
CSV or XLS).Removing scientific notation in Excel or Google Sheets is essential for any ecommerce seller working with product data. Barcodes, SKUs, and tracking numbers must remain exact — a single digit change from E+ conversion can break marketplace uploads and inventory imports. Use the text format method for new data, the apostrophe trick for quick edits, or the TEXT formula to fix existing spreadsheets.