Number format display

  • Thread starter Thread starter pcw
  • Start date Start date
P

pcw

1) I format a cell to Number (0 decimal places, and
Negative numbers as -1234).

2) When I enter a value with more than 15 numbers, the
16th digit and onwards become 0

3) I need to know how to display all the digits even when
they are more than 16 digits. Any ideas?
 
That is all you get with numbers, everything after 15 digits will be
truncated, so to display more you need
a text format.. If you really need to make calculations you need something
else and if for display use text
(or precede entry with apostrophe)
 
To get beyond 15 numbers, it has to be formatted as text. Excel can only deal
with 15 places.


:
: 1) I format a cell to Number (0 decimal places, and
: Negative numbers as -1234).
:
: 2) When I enter a value with more than 15 numbers, the
: 16th digit and onwards become 0
:
: 3) I need to know how to display all the digits even when
: they are more than 16 digits. Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top