capacity of number in excel

MyExcel

Well-known Member
Joined
Sep 25, 2008
Messages
508
hi
what is the capacity of excel with number
and wht excel add zero after a big number
and how i can write number from 35 digits without convert it to zero
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi

Your problem is not the maximum number excel can deal with, it's how many significant digits you can have.

In the worksheet you can have numbers with a maximum of 15 significant digits. If you enter more digits, excel will not get them, they will be lost and converted to zero.

To have numbers with more significant digits enter them as text. Either format the cell as text and enter the number, or preceed the number with a single quote.
 
Upvote 0
thanx pgc01
but when i define the number as text i can't make any math operation on it
how i can make divide or multiply and the result may be number with digits more than the original number
 
Upvote 0
You cannot perform operations with such big numbers directly in excel using native operations/tools.

You have 2 options:

- you write the code to perform such operations

- you use code written by someone else, like buy a library of BigNum functions. Search the web, there may even be free code that you can copy and adapt

HTH
 
Upvote 0

Forum statistics

Threads
1,214,859
Messages
6,121,963
Members
449,059
Latest member
oculus

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top