How does Increase decimal and Decrease decimal work in Excel











up vote
0
down vote

favorite












How the increase decimal operation is performed in Excel and how they done it?



Case 1 :



I enter a number in a cell whose number of digit is less than 11.



For instance A1 cell value be : 123



If I perform 2 times increase decimal operation then value be : 123.00



For every increase decimal operation an additional 0 is appended to the digit in decimal place.



Case2:



If I enter number greater than 11 it becomes exponent form



For instance I enter 123456789012(greater than 11 digits) the value get changed to exponent form as 1.23457E+11



If I perform increase decimal operation 1 time then value be 1.234568E+11



While performing increase decimal the exponent value is not increased but the digits I entered initially are displaying one by one.



My doubt is



1.23457E+11 * 10 ie. (Intial value when i entered digits > 11) * (Since I increase by one decimal)



So the result should be 1.23457E+12. Exponent number should be increased as
(1.23457*10pow11) * 10pow1 so result shoud be 1.23457*10pow12 but the value in the cell is 1.234568E+11



I have the same doubt in Decrease decimal too.



Please help me on this.. I want to understand it clearly, So help me guys.










share|improve this question















migrated from stackoverflow.com Nov 28 at 11:01


This question came from our site for professional and enthusiast programmers.



















    up vote
    0
    down vote

    favorite












    How the increase decimal operation is performed in Excel and how they done it?



    Case 1 :



    I enter a number in a cell whose number of digit is less than 11.



    For instance A1 cell value be : 123



    If I perform 2 times increase decimal operation then value be : 123.00



    For every increase decimal operation an additional 0 is appended to the digit in decimal place.



    Case2:



    If I enter number greater than 11 it becomes exponent form



    For instance I enter 123456789012(greater than 11 digits) the value get changed to exponent form as 1.23457E+11



    If I perform increase decimal operation 1 time then value be 1.234568E+11



    While performing increase decimal the exponent value is not increased but the digits I entered initially are displaying one by one.



    My doubt is



    1.23457E+11 * 10 ie. (Intial value when i entered digits > 11) * (Since I increase by one decimal)



    So the result should be 1.23457E+12. Exponent number should be increased as
    (1.23457*10pow11) * 10pow1 so result shoud be 1.23457*10pow12 but the value in the cell is 1.234568E+11



    I have the same doubt in Decrease decimal too.



    Please help me on this.. I want to understand it clearly, So help me guys.










    share|improve this question















    migrated from stackoverflow.com Nov 28 at 11:01


    This question came from our site for professional and enthusiast programmers.

















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      How the increase decimal operation is performed in Excel and how they done it?



      Case 1 :



      I enter a number in a cell whose number of digit is less than 11.



      For instance A1 cell value be : 123



      If I perform 2 times increase decimal operation then value be : 123.00



      For every increase decimal operation an additional 0 is appended to the digit in decimal place.



      Case2:



      If I enter number greater than 11 it becomes exponent form



      For instance I enter 123456789012(greater than 11 digits) the value get changed to exponent form as 1.23457E+11



      If I perform increase decimal operation 1 time then value be 1.234568E+11



      While performing increase decimal the exponent value is not increased but the digits I entered initially are displaying one by one.



      My doubt is



      1.23457E+11 * 10 ie. (Intial value when i entered digits > 11) * (Since I increase by one decimal)



      So the result should be 1.23457E+12. Exponent number should be increased as
      (1.23457*10pow11) * 10pow1 so result shoud be 1.23457*10pow12 but the value in the cell is 1.234568E+11



      I have the same doubt in Decrease decimal too.



      Please help me on this.. I want to understand it clearly, So help me guys.










      share|improve this question















      How the increase decimal operation is performed in Excel and how they done it?



      Case 1 :



      I enter a number in a cell whose number of digit is less than 11.



      For instance A1 cell value be : 123



      If I perform 2 times increase decimal operation then value be : 123.00



      For every increase decimal operation an additional 0 is appended to the digit in decimal place.



      Case2:



      If I enter number greater than 11 it becomes exponent form



      For instance I enter 123456789012(greater than 11 digits) the value get changed to exponent form as 1.23457E+11



      If I perform increase decimal operation 1 time then value be 1.234568E+11



      While performing increase decimal the exponent value is not increased but the digits I entered initially are displaying one by one.



      My doubt is



      1.23457E+11 * 10 ie. (Intial value when i entered digits > 11) * (Since I increase by one decimal)



      So the result should be 1.23457E+12. Exponent number should be increased as
      (1.23457*10pow11) * 10pow1 so result shoud be 1.23457*10pow12 but the value in the cell is 1.234568E+11



      I have the same doubt in Decrease decimal too.



      Please help me on this.. I want to understand it clearly, So help me guys.







      microsoft-excel worksheet-function formatting microsoft-excel-2016






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 28 at 11:49

























      asked Nov 28 at 6:12









      keerthi vasan

      1




      1




      migrated from stackoverflow.com Nov 28 at 11:01


      This question came from our site for professional and enthusiast programmers.






      migrated from stackoverflow.com Nov 28 at 11:01


      This question came from our site for professional and enthusiast programmers.
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          increasing/decreasing decimals or using the scientific format for numbers is just FORMATTING. The underlying value stored in the cell does not change. It is just the DISPLAY of the cell value that changes.



          See here to understand how scientific notation works in Excel.



          https://support.office.com/en-us/article/display-numbers-in-scientific-exponential-notation-f85a96c0-18a1-4249-81c3-e934cd2aae25






          share|improve this answer





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1379048%2fhow-does-increase-decimal-and-decrease-decimal-work-in-excel%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            increasing/decreasing decimals or using the scientific format for numbers is just FORMATTING. The underlying value stored in the cell does not change. It is just the DISPLAY of the cell value that changes.



            See here to understand how scientific notation works in Excel.



            https://support.office.com/en-us/article/display-numbers-in-scientific-exponential-notation-f85a96c0-18a1-4249-81c3-e934cd2aae25






            share|improve this answer

























              up vote
              1
              down vote













              increasing/decreasing decimals or using the scientific format for numbers is just FORMATTING. The underlying value stored in the cell does not change. It is just the DISPLAY of the cell value that changes.



              See here to understand how scientific notation works in Excel.



              https://support.office.com/en-us/article/display-numbers-in-scientific-exponential-notation-f85a96c0-18a1-4249-81c3-e934cd2aae25






              share|improve this answer























                up vote
                1
                down vote










                up vote
                1
                down vote









                increasing/decreasing decimals or using the scientific format for numbers is just FORMATTING. The underlying value stored in the cell does not change. It is just the DISPLAY of the cell value that changes.



                See here to understand how scientific notation works in Excel.



                https://support.office.com/en-us/article/display-numbers-in-scientific-exponential-notation-f85a96c0-18a1-4249-81c3-e934cd2aae25






                share|improve this answer












                increasing/decreasing decimals or using the scientific format for numbers is just FORMATTING. The underlying value stored in the cell does not change. It is just the DISPLAY of the cell value that changes.



                See here to understand how scientific notation works in Excel.



                https://support.office.com/en-us/article/display-numbers-in-scientific-exponential-notation-f85a96c0-18a1-4249-81c3-e934cd2aae25







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 28 at 7:45









                teylyn

                16.6k22438




                16.6k22438






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1379048%2fhow-does-increase-decimal-and-decrease-decimal-work-in-excel%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕