Turn numbers written as words into digits (two - 2, three - 3...)

analyst0503

New Member
Joined
Aug 5, 2021
Messages
15
Office Version
  1. 365
Platform
  1. Windows
Hello,

I would like to find a formula to turn the right column into the left column.

Is there a way to turn the word twenty four into 24?

1630664971595.png



This would significantly speed up my work so I would appreciate your help!
Thanks in advance.
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
There is nothing inherent in Excel that will do that. You will have to use VBA and create your own function in order to do that.
However, the good news is that people have already done this, and you can simply use what they did.
Here is some code you can use to do that: Convert numbers into words
 
Upvote 0
analyst0503, Good morning.

I got this model on the Internet, check if it helps with your solution

Link https://www.sendspace.com/file/3a6ry9

decio
My copy of Norton reacted to the link you posted. It registered some kind of web attack immediately after I clicked your link. My suggestion is that you should delete your message and not use that website to share files... you should stick with well-known sites to do this (I use DropBox).
 
Upvote 0
Isn't this the opposite of what the OP is asking?
Aye!

That is what I get for trying to answer questions too early in the morning before the morning caffeine!
?
 
Upvote 0
You could use one of the several UDFs floating around that converts numbers to words and put that in, say, F1, and fill down.
Something like: =NumToWord(row())

Then, do a MATCH on that column for your text such as: =MATCH(A1,$F$1:$F$100,0)
 
Upvote 0
Rick Rothstein, Good Morning.

Thanks I didn't know I had this problem, I'll use your suggestion software

decio
 
Upvote 0
I will try to address the OP's question tomorrow if nobody else does so in the mean time. I have seen a few attempts on the internet that try to do the words to numbers like the OP asked for, NOT NUMBER TO WORDS, and I haven't found any that work satisfactorily.
 
Upvote 0

Forum statistics

Threads
1,215,646
Messages
6,126,004
Members
449,279
Latest member
Faraz5023

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