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.
microsoft-excel worksheet-function formatting microsoft-excel-2016
migrated from stackoverflow.com Nov 28 at 11:01
This question came from our site for professional and enthusiast programmers.
add a comment |
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.
microsoft-excel worksheet-function formatting microsoft-excel-2016
migrated from stackoverflow.com Nov 28 at 11:01
This question came from our site for professional and enthusiast programmers.
add a comment |
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.
microsoft-excel worksheet-function formatting microsoft-excel-2016
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
microsoft-excel worksheet-function formatting microsoft-excel-2016
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.
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Nov 28 at 7:45
teylyn
16.6k22438
16.6k22438
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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