Suppose you have a number 25 in cell B11 and you want to convert numbers to text. Here I have mentioned a simple VBA code where you just need to select the range of the cells and run this macro. Besides using the TEXT function you can also use the format cell option to convert numbers to text in Excel.
If you just only want to convert the number to text without any formatting you can use the formula.
In Excel you cannot quickly convert numbers to English words except VBA. You can format cells as text before you enter numbers. In my previous excel video tutorial I showed you how to convert numbers to words in Rupees. If you want to automatically convert all the formulas into text or numeric values then you can use VBA for that.