Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Number Precision

Hi All,

Could you please let me know how to increase the number precision in Excel
workbook. I'm aware that the limit is 15,but unfortunately I have more than
16 number to type in a cell.

for eg: 1234567891234565 this number will turnout to be 1234567891234560

could you please help on this excluding writing in text format.

thanks in advance,
yagna

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Number Precision

Hope This Helps:
http://www.cpearson.com/excel/rounding.htm

Regards,
Ryan---

--
RyGuy


"yagna" wrote:

Hi All,

Could you please let me know how to increase the number precision in Excel
workbook. I'm aware that the limit is 15,but unfortunately I have more than
16 number to type in a cell.

for eg: 1234567891234565 this number will turnout to be 1234567891234560

could you please help on this excluding writing in text format.

thanks in advance,
yagna

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Number Precision

You need an add-in, for example:

http://precisioncalc.com/Free.html


--
Gary''s Student - gsnu200775


"yagna" wrote:

Hi All,

Could you please let me know how to increase the number precision in Excel
workbook. I'm aware that the limit is 15,but unfortunately I have more than
16 number to type in a cell.

for eg: 1234567891234565 this number will turnout to be 1234567891234560

could you please help on this excluding writing in text format.

thanks in advance,
yagna

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 230
Default Number Precision

In message , yagna
writes
Hi All,

Could you please let me know how to increase the number precision in Excel
workbook. I'm aware that the limit is 15,but unfortunately I have more than
16 number to type in a cell.

for eg: 1234567891234565 this number will turnout to be 1234567891234560

could you please help on this excluding writing in text format.


Are you sure that text strings will not do the job?

You are hitting a limitation of 8 byte IEEE floating point numbers that
Excel uses as its default storage format. Your options are very limited.

Namely to implement a high precision number package using strings, long
integers or packed decimal or perhaps find an Excel clone that uses 10
byte temporary reals (most of these only gain you a couple more digits).

MS withdrew support for 10 byte temporary reals in their compilers
several versions ago so you are basically stuck with what Excel chooses
to offer.

Regards,
--
Martin Brown

--
Posted via a free Usenet account from http://www.teranews.com

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
Number precision Kenneth the polynomial man Excel Discussion (Misc queries) 2 October 4th 06 07:37 AM
Number precision Jake Excel Discussion (Misc queries) 2 May 5th 06 11:24 PM
Precision displayed does not match precision in cell James Wilkerson Excel Discussion (Misc queries) 10 June 15th 05 02:40 PM
Number precision problem Adrian T[_2_] Excel Programming 6 June 28th 04 10:05 PM
32,767 Significant Digits of Precision, with Number Formatting Greg Lovern Excel Programming 1 July 9th 03 12:05 PM


All times are GMT +1. The time now is 01:06 AM.

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

About Us

"It's about Microsoft Excel"