+ Reply to Thread
Results 1 to 5 of 5

What does the "e" value mean?

  1. #1
    L.C.
    Guest

    What does the "e" value mean?

    Hi sometimes when computing my results i get a number that looks like
    "3.123423e-007" in my cell.
    what does the "e-007" mean?

  2. #2
    Ron Coderre
    Guest

    RE: What does the "e" value mean?

    First, I think you mean:
    3.123423e-07

    That is a number in scientific notation, meaning:
    1 digit to the left of the decimal point
    as many digits as necessary to the right of the decimal
    followed by the letter "e"
    and an exponent to tell you where the decimal point *should be*

    In your case, the actual number is:
    0.0000003123423

    You'll see that number if you set the number format to anything other than
    General or Scientific and set the decimal places to 13.

    Does that help?

    ***********
    Regards,
    Ron


    "L.C." wrote:

    > Hi sometimes when computing my results i get a number that looks like
    > "3.123423e-007" in my cell.
    > what does the "e-007" mean?


  3. #3
    Dave Peterson
    Guest

    Re: What does the "e" value mean?

    E-007 is engineering notation (or scientific notation??).

    It means to take that first number (3.123423 in your sample) and multiply it by
    10^-7 (and 10 raised to a negative 7 means to divide (this time by 1000000).

    So your sample is a very small number: 0.0000003123423

    7E5 = 7*(10^5) = 7*100,000 = 700,000

    3E-2 = 3*(10^-2) = 3*(1/100) = 3/100 = .03

    You can play around with this by changing the format
    format|cells|number tab|Number category
    Show as many decimals as you need--you can see it in the sample box.


    L.C. wrote:
    >
    > Hi sometimes when computing my results i get a number that looks like
    > "3.123423e-007" in my cell.
    > what does the "e-007" mean?


    --

    Dave Peterson

  4. #4
    Dave Peterson
    Guest

    Re: What does the "e" value mean?

    A search of Google showed this:

    In scientific notation, the numeric part must be at least 1.0 and less
    than 10.0, and the exponent can be any integer.

    In engineering notation, on the other hand, the exponent must be a
    multiple of 3. To accommodate this extra restriction on the exponent,
    the numeric part has more freedom: it must be at least 1.0 and less
    than 1000.0. That is, you can have 1 to 3 digits to the left of the
    decimal point.

    http://mathforum.org/library/drmath/view/55606.html

    Just for the pedants out there!


    Dave Peterson wrote:
    >
    > E-007 is engineering notation (or scientific notation??).
    >
    > It means to take that first number (3.123423 in your sample) and multiply it by
    > 10^-7 (and 10 raised to a negative 7 means to divide (this time by 1000000).
    >
    > So your sample is a very small number: 0.0000003123423
    >
    > 7E5 = 7*(10^5) = 7*100,000 = 700,000
    >
    > 3E-2 = 3*(10^-2) = 3*(1/100) = 3/100 = .03
    >
    > You can play around with this by changing the format
    > format|cells|number tab|Number category
    > Show as many decimals as you need--you can see it in the sample box.
    >
    > L.C. wrote:
    > >
    > > Hi sometimes when computing my results i get a number that looks like
    > > "3.123423e-007" in my cell.
    > > what does the "e-007" mean?

    >
    > --
    >
    > Dave Peterson


    --

    Dave Peterson

  5. #5
    David McRitchie
    Guest

    Re: What does the "e" value mean?

    But if you do want Engineering notation you would use
    ##0.0E+0
    for the format.

    see http://www.mvps.org/dmcritchie/excel/formula.htm
    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "Dave Peterson" <[email protected]> wrote in message news:[email protected]...
    > A search of Google showed this:
    >
    > In scientific notation, the numeric part must be at least 1.0 and less
    > than 10.0, and the exponent can be any integer.
    >
    > In engineering notation, on the other hand, the exponent must be a
    > multiple of 3. To accommodate this extra restriction on the exponent,
    > the numeric part has more freedom: it must be at least 1.0 and less
    > than 1000.0. That is, you can have 1 to 3 digits to the left of the
    > decimal point.
    >
    > http://mathforum.org/library/drmath/view/55606.html
    >
    > Just for the pedants out there!
    >
    >
    > Dave Peterson wrote:
    > >
    > > E-007 is engineering notation (or scientific notation??).
    > >
    > > It means to take that first number (3.123423 in your sample) and multiply it by
    > > 10^-7 (and 10 raised to a negative 7 means to divide (this time by 1000000).
    > >
    > > So your sample is a very small number: 0.0000003123423
    > >
    > > 7E5 = 7*(10^5) = 7*100,000 = 700,000
    > >
    > > 3E-2 = 3*(10^-2) = 3*(1/100) = 3/100 = .03
    > >
    > > You can play around with this by changing the format
    > > format|cells|number tab|Number category
    > > Show as many decimals as you need--you can see it in the sample box.
    > >
    > > L.C. wrote:
    > > >
    > > > Hi sometimes when computing my results i get a number that looks like
    > > > "3.123423e-007" in my cell.
    > > > what does the "e-007" mean?

    > >
    > > --
    > >
    > > Dave Peterson

    >
    > --
    >
    > Dave Peterson




+ 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