Remove Scientific Notation in Excel: 3 Quick Methods [2026]
Stop Excel showing numbers as 1.23E+10. 3 quick methods to remove scientific notation in Excel and Google Sheets — format as text, apostrophe prefix, or TEXT formula.
Stop Excel showing numbers as 1.23E+10. 3 quick methods to remove scientific notation in Excel and Google Sheets — format as text, apostrophe prefix, or TEXT formula.
Large numbers in Excel and Google Sheets often display as scientific notation (like 1.23E+10), making barcodes, product IDs, and tracking numbers unreadable. Here are three proven methods to remove scientific notation and keep your data intact — whether you’re working with CSV imports, bulk uploads, or spreadsheet exports.
Scientific notation is Excel and Google Sheets’ way of displaying large numbers in a compact format. However, it can lead to data errors, especially when handling identifiers that shouldn’t be altered.
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 crucial for ensuring data integrity, especially when dealing with product IDs or large numbers that require precision. By formatting your cells as text, using an apostrophe, or applying the TEXT formula, you can prevent issues during CSV or XLS uploads.