+ Reply to Thread
Results 1 to 5 of 5

Prevent excel from converting non-number to scientific number

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    11-20-2003
    MS-Off Ver
    2010, 2016
    Posts
    1,176

    Prevent excel from converting non-number to scientific number

    I am importing a list of values from a text file. Some of the values have the letter "E" embedded in the string. For example one of the imported values is "29875E100". Excel is automatically converting this into scentific notation. Is there a way to avoid this? Thanks.
    Last edited by maacmaac; 10-11-2009 at 02:16 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Prevent excel from converting non-number to scientific number

    If you're copying and pasting the values from the text file ensure you format the column to Text prior to pasting the values.

    If you're importing via the Import Wizard then in Step 3 set the appropriate Column to Text.

  3. #3
    Valued Forum Contributor
    Join Date
    11-20-2003
    MS-Off Ver
    2010, 2016
    Posts
    1,176

    Re: Prevent excel from converting non-number to scientific number

    Thanks for the tip. Solved issue as expected.

  4. #4
    Registered User
    Join Date
    12-11-2012
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Prevent excel from converting non-number to scientific number

    That solution works fine to prevent Excel from converting numbers to a numeric format cell. However, assuming the part numbers 6033E01 and 060330 are stored in text type cells and on another sheet you attempt an aggregation on those call in conjunction with a numeric value like quantity using the SUMIF function then Excel always considers those "part numbers" to be the same. So my question is how to prevent that?


    Col A (Text) Col B (Number) Col C (Text)
    Part Number Quantity Lookup Part Number
    6033E01 5 6033E01
    060330 10


    =SUMIF(A:A,C2,B:B) = 15 which is incorrect

  5. #5
    Registered User
    Join Date
    12-11-2012
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Prevent excel from converting non-number to scientific number

    My example didn't format correctly. Please see attachment.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1