Converting text numbers to include a '.' before the right two digits

jschrock

New Member
Joined
Oct 5, 2011
Messages
47
Hey guys,

I guess I'm just being dense because this doesn't seem like something too difficult, but I'm hitting brick walls at all of my ideas. So I have text numbers pulled from our database and when they pull the data there is not '.' where there should be for normal dollars and to be able to add up as dollar values. I'm having difficulty coming up with a way to make various lengths convert with a single formula. I guess I could do a nested IF, but I thought I would see what clever thing you guys may have. I always learn new stuff when I post!

Examples=

175 = 1.75
4385 = 43.85
13479 = 134.79

Thanks everyone!
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
How about
=A1/100

or put 100 into an empty cell, copy it then select the data to be changed & paste special Divide
 
Upvote 0
Beautiful guys. I told you that I was overthinking it.....trying to be to fancy and looking like an idiot. I've never used the 'N' function before. Both of these obviously work, but like I said, I always learn something new when I post!

Much appreciated!

JT
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,385
Messages
6,119,208
Members
448,874
Latest member
b1step2far

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