How to Stop Excel from Changing Numbers to Scientific Notation (7 Methods)

Dataset Overview

Looking at the Sales Data in cells B4:D14, where we have the Customer Name, Invoice Number, and Sales in USD. The Invoice Number, comprised of 13 digits, is stored in scientific notation by default, as seen in Column C (refer to the following image). However, our aim is to present these as standard numbers and prevent Excel from converting them to scientific notation.

how to stop excel from changing numbers to scientific notation


Method 1 – Using Format Cells Option

  • Make a copy of the Invoice Number column.
  • Select the D5:D14 cells.
  • Press CTRL + 1 to open the Format Cells dialog.

Using Format Cells Option

  • Go to the Number tab and set Decimal places to 0.
  • Click OK.

Choosing Number Format

The results will be as shown below:

Results of how to stop excel from changing numbers to scientific notation with Format Cells Option

Read More: How to Stop Excel from Auto Formatting Numbers


Method 2 – Utilizing UPPER Function

  • In cell D5, enter the formula:

=UPPER(C5)

Here, C5 contains the Invoice Number.

Utilizing UPPER Function

  • Use the Fill Handle to copy the formula down.

Using Fill Handle tool

  • The result will display as regular numbers.

Results of how to stop excel from changing numbers to scientific notation with Upper Function


Method 3 – Applying TRIM Function

  • In cell D5, enter the formula:

=TRIM(C5)

In this formula, the C5 cell represents the Invoice Number.

Applying TRIM Function

  • The TRIM function converts scientific notation to regular numbers.

Results of how to stop excel from changing numbers to scientific notation with Trim function


Method 4 – Employing CONCATENATE Function

  • In cell D5, enter:

=CONCATENATE(C5)

Here, the C5 cell points to the Invoice Number.

Employing CONCATENATE Function

This prevents Excel from using scientific notation.

Results with how to stop excel from changing numbers to scientific notation using Concatenate function


Method 5 – Inserting a Leading Apostrophe

  • Copy the Invoice Number from C5 and paste it into D5.
  • Add a leading apostrophe (e.g., ‘1234567890123).

Inserting a Leading Apostrophe

  • Repeat for other cells.

how to stop excel from changing numbers to scientific notation with leading apostrophe


Method 6 – Adjusting Width of Column

Adjusting Width of Column

  • Double-click the column header (e.g., column B) to autofit the width.

Hover cursor over column

  • This ensures proper display of numbers.

how to stop excel from changing numbers to scientific notation by adjusting column


Method 7 – Using Text to Columns Wizard

  • Highlight the D5:D14 cells.
  • Go to the Data tab.
  • Click the Text to Columns button.

Using Text to Columns Wizard

  • In the Text to Columns wizard, choose the Fixed width option.
  • Click Next.

Selecting Fixed with option

  • Click Next again to proceed to the next page.

  • Choose the Text option.
  • Press Finish.

Selecting Text option

  • Excel may show an error; you can safely ignore it by clicking Ignore Error.

Ignoring Error

The results should now display regular numbers instead of scientific notation.

how to stop excel from changing numbers to scientific notation with text to columns wizard

Read More: How to Stop Excel from Rounding 16 Digit Numbers 


Things to Remember

As a note, you should keep this in mind when changing a number from scientific notation to a regular number.

  • The UPPER, TRIM, and CONCATENATE functions handle a maximum of 20 digits before converting to scientific notation.
  • Adjusting column width works for 11 or fewer digits when there’s insufficient space to display all digits.

Practice Section

We have provided a Practice section on the right side of each sheet so you can practice yourself.

Practice Section


Download Practice Workbook

You can download the practice workbook from here:


Related Articles


<< Go Back to Excel Auto Formatting | Excel Cell Format | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Eshrak Kader
Eshrak Kader

Eshrak Kader is a dedicated professional with a BSc. Degree in Naval Architecture and Marine Engineering from Bangladesh University of Engineering and Technology. He boasts a rich background in Microsoft Office Suite, and over the past year, he has authored over 120 insightful articles for the ExcelDemy. Currently, Eshrak leads a team of 5 in the ExcelDemy Video project and enjoys problem-solving and making videos on Excel. Eshrak’s passion for continuous learning underscores his commitment to excellence in... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo