Inserting a decimal

Sfinally

Board Regular
Joined
Oct 9, 2009
Messages
71
Hopefully this is an easy one. I have a column of numbers that are 2-3 digits long. I need to format this column so that it inserts a decimal after the first digit on the right all the way through. So this:

105
90
70
130
50

Should look like this:

10.5
9.0
7.0
13.0
5.0

Is there an easy solution for this?
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Do you want to permanently change the numbers, or just show them that way and keep the original values?
 
Upvote 0
Type 10 in a spare cell and copy it.

Select your data, Edit > Paste Special, tick Divide and click OK.
 
Upvote 0
Permanently change is fine. These are actually codes for shoe sizes that need to be expressed as actual measurements. So the code 105 is really 10.5, or 10 1/2.
 
Upvote 0
1. Type 10 into any blank available cell.
2. Copy that cell
3. Highlight the range of numbers you want to change
4. Right Click - Paste Special
5. Select Values
6. Select Devide
7. Click OK
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,723
Members
452,939
Latest member
WCrawford

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