+ Reply to Thread
Results 1 to 4 of 4

Left() on scientific notation

  1. #1
    Registered User
    Join Date
    11-14-2013
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    96

    Left() on scientific notation

    Hello All,
    Im having difficult with scientific notation on a text file import & am hoping its a quick fix...

    On my spreadsheet, a cell displays "57774126419580100000000000000"
    In the formula bar it says "5.7741264195801E+28"

    When i use the LEFT() function. It returns 5.777 instead of 57777. How can i get this to return the 57777?

    Ive tried formatting as number, text, apostophe's, even formatting a cell before pasting the number into it (i read that is a trick one time).
    I also converted it during the 'text-to-columns', which worked on the surface, but then my formulas shows in the cell without calculating.

    Regardless, i hope this isnt a problem with Excel, and it seems so minor to waste time on so im here for the experts! Any help appreciated, thank you!

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Left() on scientific notation

    One way...

    =SUBSTITUTE(LEFT(A1,5),".","")

    or maybe...

    =LEFT(A1,5)*1000
    HTH
    Regards, Jeff

  3. #3
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Left() on scientific notation

    another way...

    =LEFT(TEXT(A1,"0"),4)

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Left() on scientific notation

    Another way:

    =LEFT(L5,5)*1000

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Scientific Notation and .CSV
    By thehotcorner in forum Excel General
    Replies: 4
    Last Post: 11-01-2018, 01:05 PM
  2. [SOLVED] remove scientific notation using vba 2
    By hinkwale in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-27-2015, 06:07 PM
  3. get rid of scientific notation
    By tania_del in forum Excel General
    Replies: 3
    Last Post: 11-21-2008, 01:29 PM
  4. scientific notation
    By jrsmoke in forum Excel General
    Replies: 4
    Last Post: 03-15-2007, 04:37 AM
  5. scientific notation
    By T.Reisz in forum Excel General
    Replies: 4
    Last Post: 06-12-2006, 09:10 AM
  6. [SOLVED] scientific notation
    By [email protected] in forum Excel General
    Replies: 26
    Last Post: 01-09-2006, 03:31 PM
  7. Scientific notation
    By Clive in forum Excel General
    Replies: 2
    Last Post: 02-08-2005, 08:06 PM

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