Excel keeps going to 1 decimal on whole number

ilcaa

Well-known Member
Joined
May 25, 2005
Messages
751
Office Version
  1. 365
Platform
  1. Windows
i type 30 excel displays 3.0, i want 30

how ca i stop this behavior, i tried formatting to number, etc, nothing works
 
Last edited:

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
There is an Option setting for this, but getting to it varies between versions of Excel. The easiest way to stop it without knowing your Excel version is like this.

1) With any worksheet active, press ALT+F11 to go into the VB editor.

2) Look for the Immediate Window... if you don't see it, press CTRL+G to make it appear

3) Type this into the Immediate Window and then press the Enter Key...

Application.FixedDecimal = False

That should stop the problem you are having.
 
Upvote 0
thanks Rick, its a 2010 version.
I am guessing you don't want to try what I posted? Okay, here is the manual fix. Open the Excel Options (File tab, Options item), click the "Advanced" item on left, remove the check mark from the second checkbox labeled "Automatically insert a decimal point".
 
Upvote 0
thanks Rick, that worked... now i have 2 methods to solve that problem!!
 
Upvote 0

Forum statistics

Threads
1,217,381
Messages
6,136,228
Members
450,000
Latest member
jgp19

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