Formatting

Priya

New Member
Joined
Aug 22, 2002
Messages
7
I need to prevent exponential formatting of data for large numbers
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
You might be able to do math on the text values with a UDF. You would need to be able to parse the text character by character and then have code that would do the math just like you would on a piece of paper. I did this many years ago in APL and was able to handle numbers with hundreds of digits. I was able to do addition and multiplication fairly easily. Division and subtraction were much more difficult.
 
Upvote 0
However, you would have to store the numbers in the cell as text. XL will not "retain" more than 15 significant digits.

Even if you did do these calculations through VBA, they would still be stored on your spreadsheet as text.
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,824
Members
449,050
Latest member
Bradel

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