Can You Stop a Cell From Rounding
Hi,
I am using cells simply to hold decimal numbers. What is the maximum number of decimal places you can go to and can you stop a cell from rounding the number?
Thanks
Steve
Best Answer
-
I believe it is 5 locations. If you aren't going to calculate on the result then you can use
=rounddown(2/3,5) to get the exact rounded value to the 5th location.
If you are going to calculate on the value and need it to exactly represent beyond 5 digits, the program visually rounds the number, but does not calculate off the rounded number. So if you leave it as you can still use it in calculations.
Answers
-
I believe it is 5 locations. If you aren't going to calculate on the result then you can use
=rounddown(2/3,5) to get the exact rounded value to the 5th location.
If you are going to calculate on the value and need it to exactly represent beyond 5 digits, the program visually rounds the number, but does not calculate off the rounded number. So if you leave it as you can still use it in calculations.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!