#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Large digit numbers

I have a large number to put in a sheet. The number is 8046900014191209 and I
have the cell formated to a number. After I put it in, the number becomes
8046900014191200, changing the last number from a 9 to a 0. How do I get it
to keep the 9 and not change it to a 0?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Large digit numbers

Precede the number with a single quote (apostrophe)
--
Gary''s Student - gsnu200755
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Large digit numbers

Excel keeps track of up to 15 significant digits.

Can you treat your data as text (no arithmetic to be done using those
"numbers")?

If yes, then you can pre-format the cell as text, then enter the string.

Or start your data entry with an apostrophe: '8046900014191209



Cuwizman wrote:

I have a large number to put in a sheet. The number is 8046900014191209 and I
have the cell formated to a number. After I put it in, the number becomes
8046900014191200, changing the last number from a 9 to a 0. How do I get it
to keep the 9 and not change it to a 0?


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Large digit numbers

XL is limited to 15 digits (it is more of a limit of your computer but
whatever). If you need to have the 16th digit then you will probably want to
format the cell as text. That means that you can't do any math on the number
but that is the way it goes...

I have seen code used to handle numbers of that size and if you search the
programming group you can probably find it.
--
HTH...

Jim Thomlinson


"Cuwizman" wrote:

I have a large number to put in a sheet. The number is 8046900014191209 and I
have the cell formated to a number. After I put it in, the number becomes
8046900014191200, changing the last number from a 9 to a 0. How do I get it
to keep the 9 and not change it to a 0?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Large Digit Issues Sorehead Excel Discussion (Misc queries) 0 October 16th 07 03:36 PM
Large Digit Issues Sorehead Excel Discussion (Misc queries) 4 October 16th 07 03:27 PM
Store numbers starting with zero as 2 digit numbers twisted1825 Excel Discussion (Misc queries) 8 January 11th 07 06:41 PM
what is the minimum numbers set for 4 digit numbers from 0000 to 9 Ambika Excel Discussion (Misc queries) 14 January 27th 06 10:50 PM
16 DIGIT NUMBERS IN CELL WITHOUT LAST DIGIT BEING A ZERO jnkell Excel Worksheet Functions 2 December 18th 04 07:13 PM


All times are GMT +1. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"