Number Format from text to number with decimals

troyh68

New Member
Joined
Nov 14, 2016
Messages
24
I have a string of number 172103000. This is a smart Item number form an erp system. The last 5 digits are the length of the item, for this example it is 03000. I first used the RIGHT function and pulled out the 03000. Now this is a text and I used VALUE to convert to a number. Now I need to add a decimal so that the length is 30.00 and not 3000.00. I have others that are 02560. I would need this to be 25.60 and I cannot figure this out.

I included a screenshot to help tell my story.

Thank you in advance for the help.
Troy
 

Attachments

  • Sample Decimal Issue.png
    Sample Decimal Issue.png
    7.3 KB · Views: 4

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
How about
Excel Formula:
=RIGHT(A2,5)/100
 
Upvote 1
I figured this out. I was making this way too hard. I took the Value in Column D and divided by 100, formatted the cell to number with decimal of 2 and it worked.

Troy
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,077
Messages
6,122,995
Members
449,094
Latest member
masterms

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