+ Reply to Thread
Results 1 to 6 of 6

Fixed exponent while using scientific notation.

  1. #1
    Registered User
    Join Date
    08-03-2012
    Location
    NYC
    MS-Off Ver
    Excel 2007
    Posts
    4

    Fixed exponent while using scientific notation.

    So I've poured over many forums looking for an answer to this problem but I haven't found the right one. I want to have a fixed E+n value in scientific notation so that I can compare values simpler. I am hoping to make the numbers be displayed as XE+8 regardless of what the X value is. So that would mean 4E10 will be displayed as 400E8 and 4E4 will be displayed as .0004E8.

    I have tried the 0.0#####, "E+3" format. However that is just putting it into engineering format which ends up being multiples of E+3. It will not help me if I wanted to display a value to the 8th power.


    Any tips?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Fixed exponent while using scientific notation.

    Don't think you're going to get there with a custom format.

    You could use, in another cell, =TEXT(A1/1e8, "0.00\E+8")
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    08-03-2012
    Location
    NYC
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Fixed exponent while using scientific notation.

    That is actually a pretty good way of resolving it. Thanks!. One more question. One of the values I need displayed would be to the 10th power. However "0.00\E+10" somehow just returns the text "E+1" and some integer.

    I was trying to display 3.32e10 using your format modified to the 10th: =TEXT(A1/1e10, "0.00\E+10") and it would return as 3.31E15. I'm assuming contextually 0 and # represent a function within excel. I'm just not sure how to make it actually display 0 rather than calling a function.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Fixed exponent while using scientific notation.

    =TEXT(A1/1e10, "0.00""E+10""")
    Last edited by shg; 08-03-2012 at 07:37 PM.

  5. #5
    Registered User
    Join Date
    08-03-2012
    Location
    NYC
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Fixed exponent while using scientific notation.

    Thanks a bunch shg! This is going to make life a lot easier.

  6. #6
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Fixed exponent while using scientific notation.

    @ AATOP

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. I'll do that for you now but please keep in mind for your future threads that Rule #9 requires you to do that yourself. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

    Also, as a new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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