+ Reply to Thread
Results 1 to 27 of 27

scientific notation

Hybrid View

Guest scientific notation 05-25-2005, 06:39 PM
Guest Re: scientific notation 05-31-2005, 01:05 PM
Guest Re: scientific notation 05-31-2005, 03:05 PM
Guest Re: scientific notation 06-07-2005, 11:05 AM
Guest Re: scientific notation 06-07-2005, 12:05 PM
Guest Re: scientific notation 06-07-2005, 03:05 PM
Guest Re: scientific notation 06-09-2005, 02:05 AM
Guest Re: scientific notation 06-09-2005, 03:05 AM
Guest Re: scientific notation 06-09-2005, 06:05 PM
Guest Re: scientific notation 06-09-2005, 07:05 PM
Guest Re: scientific notation 06-09-2005, 08:05 PM
Guest Re: scientific notation 06-10-2005, 03:05 AM
Guest Re: scientific notation 06-13-2005, 01:05 AM
Guest Re: scientific notation 06-10-2005, 03:05 AM
Guest Re: scientific notation 06-23-2005, 06:05 PM
Guest Re: scientific notation 06-23-2005, 07:05 PM
DeborahB I'm having similar problem 01-09-2006, 03:31 PM
Guest Re: scientific notation 06-13-2005, 06:05 PM
Guest Re: scientific notation 06-13-2005, 09:05 PM
Guest Re: scientific notation 06-14-2005, 03:05 PM
Guest Re: scientific notation 06-14-2005, 05:05 PM
Guest Re: scientific notation 06-14-2005, 06:15 PM
Guest Re: scientific notation 06-15-2005, 07:05 PM
Guest Re: scientific notation 06-15-2005, 07:05 PM
Guest Re: scientific notation 06-15-2005, 11:05 PM
Guest Re: scientific notation 06-15-2005, 07:05 PM
Guest Re: scientific notation 06-15-2005, 11:05 PM
  1. #1
    Harlan Grove
    Guest

    Re: scientific notation

    <aaron.kempf@gmail.com> wrote...
    >the formatting doesn't work as advertised.


    Yes it does, but you don't seem to understand the specs.

    >how do i get rid of scientific notation in cells from excel?

    ....

    Set the number format to something other than Scientific *OR* General. If
    you use the General number format, you'll get numbers in scientific notation
    when columns aren't wide enough to display in normal format. This is no
    different from many other numeric applications that use a 'general' format
    by default to display floating point reals.

    >how do i import it into a database without having it cough?


    Again, set the number format correctly, and you shouldn't have a problem. If
    you do in some database, then the problem is in the *DATABASE*, not Excel,
    so further bitching & moaning in this newsgroup would be OT.



  2. #2
    aaron.kempf@gmail.com
    Guest

    Re: scientific notation

    i dont believe that works correctly.

    sorry.

    i want microsoft to fix it.


  3. #3
    Jordon
    Guest

    Re: scientific notation

    <aaron.kempf@gmail.com> wrote
    > i dont believe that works correctly.
    >
    > sorry.
    >
    > i want microsoft to fix it.


    And I want to win the Lotto



  4. #4
    aaron.kempf@gmail.com
    Guest

    Re: scientific notation

    yeah. well.. i'm not the one that is selling crappy software


  5. #5
    Harlan Grove
    Guest

    Re: scientific notation

    <aaron.kempf@gmail.com> wrote...
    >yeah. well.. i'm not the one that is selling crappy software


    No, you're the one who refuses to accept how the software works and refuses
    to understant that it works the same way nearly all numeric software does
    when representing floating point numbers of arbitrary magnitude as text on
    output when you the user haven't bothered to specify your desired number
    format.

    For some, ignorance is bliss. For you it's just a way of life.



  6. #6
    aaron.kempf@gmail.com
    Guest

    Re: scientific notation

    i dont want to win the lotto

    i just want to use products from a company that is HELD ACCOUNTABLE FOR
    THEIR BUGS

    microsoft is fat and lazy


  7. #7
    Harlan Grove
    Guest

    Re: scientific notation

    <aaron.kempf@gmail.com> wrote...
    >i dont believe that works correctly.


    You can believe the world is flat, the universe is centered on the Earth,
    you're not obtuse, and other demonstrably false propositions and it won't
    make them true.

    FORMAT CELLS CONTAINING NUMBERS TO ENSURE THEY DISPLAY THE WAY YOU WANT.
    *YOUR* failure to do so is *YOUR* problem alone, and there's squat all
    Microsoft needs to fix (other than perhaps offering to pay for you to have a
    lobotomy and/or one-way transit to a deserted island in the Indian Ocean).

    >i want microsoft to fix it.


    What's to fix? This is *DOCUMENTED* functionality, *AND* it's familiar to
    *ANYONE* who's used *ANY* spreadsheet under MS/PC-DOS or Windows. Also
    familiar to anyone who's programmed in any scripting language including VBA
    (e.g., enter the following statements in the VBE Immediate window

    ? (1234# * 5678#) ^ 9#

    ? (12# * 34#) ^ 5#

    ). Anyone who knows C's printf format strings knows the difference between
    %e (scientific), %f ('normal') and %g ('general') floating point number
    formats. It's also part of FORTRAN 95,

    http://www.ncsa.uiuc.edu/UserInfo/Re...HTM#HDRH000062

    That you don't understand this concept is obvious, but just because you're
    unwilling or unable to grasp this doesn't mean there's anything for
    Microsoft to fix.

    And to repeat, if numeric data is being pulled into some DBMS in scientific
    format, doesn't the DBMS provide facilities to format those numbers some
    other way? Or are you saying the *DBMS* is importing numeric data in
    scientific format as text? Either way, it ain't Excel causing the problem.



  8. #8
    Bill Kuunders
    Guest

    Re: scientific notation

    Whow

    GO YOU, Harlan......

    See what Aaron has got to say to THAT.
    ( :> ))
    --
    Greetings from New Zealand
    Bill K

    "Harlan Grove" <hrlngrv@aol.com> wrote in message
    news:uqqF8WYbFHA.348@TK2MSFTNGP14.phx.gbl...
    > <aaron.kempf@gmail.com> wrote...
    >>i dont believe that works correctly.

    >
    > You can believe the world is flat, the universe is centered on the Earth,
    > you're not obtuse, and other demonstrably false propositions and it won't
    > make them true.
    >
    > FORMAT CELLS CONTAINING NUMBERS TO ENSURE THEY DISPLAY THE WAY YOU WANT.
    > *YOUR* failure to do so is *YOUR* problem alone, and there's squat all
    > Microsoft needs to fix (other than perhaps offering to pay for you to have
    > a
    > lobotomy and/or one-way transit to a deserted island in the Indian Ocean).
    >
    >>i want microsoft to fix it.

    >
    > What's to fix? This is *DOCUMENTED* functionality, *AND* it's familiar to
    > *ANYONE* who's used *ANY* spreadsheet under MS/PC-DOS or Windows. Also
    > familiar to anyone who's programmed in any scripting language including
    > VBA
    > (e.g., enter the following statements in the VBE Immediate window
    >
    > ? (1234# * 5678#) ^ 9#
    >
    > ? (12# * 34#) ^ 5#
    >
    > ). Anyone who knows C's printf format strings knows the difference between
    > %e (scientific), %f ('normal') and %g ('general') floating point number
    > formats. It's also part of FORTRAN 95,
    >
    > http://www.ncsa.uiuc.edu/UserInfo/Re...HTM#HDRH000062
    >
    > That you don't understand this concept is obvious, but just because you're
    > unwilling or unable to grasp this doesn't mean there's anything for
    > Microsoft to fix.
    >
    > And to repeat, if numeric data is being pulled into some DBMS in
    > scientific
    > format, doesn't the DBMS provide facilities to format those numbers some
    > other way? Or are you saying the *DBMS* is importing numeric data in
    > scientific format as text? Either way, it ain't Excel causing the problem.
    >
    >




  9. #9
    Harlan Grove
    Guest

    Re: scientific notation

    Why chance reigniting a thread like this?


  10. #10
    Registered User
    Join Date
    01-09-2006
    Posts
    1

    I'm having similar problem

    For the record, I'm having problems in this area also. I found a workaround, but it required modifying the data before I import it, which is annoying.

    I imported a text file containing a column of IDs that consist of numbers with an alpha suffix. I needed to strip off the alpha and keep the number as-is, with the leading zeroes.

    I imported the column as "Text" format and everything was fine, but then I did a "replace all" to remove the alpha portion and Excel converted everything to scientific notation - this in spite of the fact that the column format is text. Changing the format to "General" does not fix it. Changing it to "Number" takes it out of scientific notation but loses my leading zeroes.

    I don't think Excel should change the format of a cell once I've specified it - if I want to change it I will. Is it trying to anticipate my needs? Is there a way to tell it not to?

+ 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