Adding a dot

Jim77

New Member
Joined
Dec 9, 2005
Messages
4
Hi there guys thanks for the great site.
Please inform me of the easiest possible way to add a dot to my exsisting values in one column all the values are supposed to have three values after the dot eg 28.880 but at the moment they are all formatted like 28880 without any dot.

Any help would be greatly appreciatted.
cheers
Jim
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
This sounds a bit vague, can you just not divide the numbers by 1000?
 
Upvote 0
If you want to change the values themselves add a column next to them to the left and make put this formula in it:
=MID(D1,1,LEN(D1)-3)&"."&RIGHT(D1,3)
Alternatly you can do=D1/1000 and just show 3 decimals.
 
Upvote 0
Divide by 1000
eg new column with formula = a1/1000

or put .001 in any cell and Copy it
Select the column of values
Edit/PasteSpecial/ ... Values and Multiply.
 
Upvote 0
Thanks guys thats brilliant, yeah dividing by 1000 does the trick so does using the mid function.
Thank you sincerely
Jim.
 
Upvote 0
Hi Jimmy77

Take a look at Tools>Options>Edit
and then the Fixed Decimal option
about halfway down this tab.

Eg your number is 12345 , but you would like to see 12.345
then set the decimal option to 3

HTH

Russ
 
Upvote 0
Oh yeah thats pretty neat Russ cheers, but it doesn't seem to add the decimal for exsisting colums only for the ones that you enter from scratch
 
Upvote 0
Thanks for all your help guys Brian B , Russ , OOLang , Stulux.
You have saved me hours of frustration in less than five minutes I hope the kindness you have showed me gets recipricated back, have a great weekend.BB
 
Upvote 0

Forum statistics

Threads
1,214,593
Messages
6,120,434
Members
448,961
Latest member
nzskater

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