In this video tutorial we will show you how to convert excel number to text.
In order to convert number to text, open your excel document. Then open a web browser. Type “spellnumber”. In the results choose “How to convert a numeric value into English words in Excel”.
![Choose the first result from the list](https://howtech.tv/wp-content/images/001389/1.jpg)
In the following window select the code of the function called “SpellNumber” and copy it.
![Copy the code of function](https://howtech.tv/wp-content/images/001389/2.jpg)
Then go back to your excel document. Go to “Developer” tab and click “Visual Basic”.
![Open the Visual Basic window](https://howtech.tv/wp-content/images/001389/3.jpg)
In the appeared Visual Basic window, go to the “Insert” tab and choose “Module”.
![Open Module](https://howtech.tv/wp-content/images/001389/4.jpg)
“Paste” the copied code. Then go to “File” tab and choose “Close and Return to Microsoft Excel”.
Now, type “=spellnumber()” formula and see how number converts to text. To apply the same formula to other cells, left click on a cell with formula, hold it and drug it down.