Convert number to words in Excel

In order to provide clarity and ease of understanding, especially when dealing with financial or data-related documents, you will probably need to convert number to words in Excel. For instance, the use of words instead of numerical figures makes it easier for individuals who are not familiar with financial jargon to comprehend a report or spreadsheet, which may increase their productivity and confidence in using the application. Additionally, converting numbers to words eliminates errors that can arise from misreading or mis-entering numerical symbols. It also enhances precision and accuracy in expressing large sums of money since words convey the intended value more accurately than digits, particularly when rounding off decimal places. In summary, this feature offers stronger communication between users by conveying significant information more effectively and efficiently while reducing errors and increasing clarity in data analysis.

Natively, there is no function that converts number to words in excel in Microsoft Excel that convert numbers into words. Fortunately, you can do so by using a function in Visual Basic for Application. This function converts numbers and decimals to words with a formula. So, typing 1250.25 will return one thousand two hundred fifty and 25/100. This function can be very useful if you are using Microsoft Excel as a template to print receipts, purchase orders, or any kind of financial documents.

Convert number to words in Excel

Steps to convert number to words in Excel

In order to create a VBA function to convert numbers into words, follow these steps:

  1. Open Microsoft Excel and press Alt + F11 to open the visual basic editor.
  2. On the Insert menu, create a new Module.
  3. Copy the following VBA code and paste it all into the new Module.
  4. Press Alt + Q to return to Microsoft Excel.
  5. The function is now ready to use.

How to use the function to convert number to words in excel

How to use the convert numbers into words formula

  1. Select any cell and type any number. For example, in cell B1, type 1250.25
  2. In cell B2, type English(B1) where B1 is the cell containing the number you want to convert.
  3. Press Enter to apply the formula.

Save your workbook and start converting numbers to words

Please note that you cannot save the Excel Workbook in the standard macro-free format. So, in order to save the workbook, please follow these steps:

  1. Click on File, then Save As.
  2. Choose a filename for your workbook.
  3. In the dialog box, click on Save as type and select Excel Macro-Enabled Workbook.

You can download our sample for best understanding of using the Convert Number into Words formula:

For more information about converting number into words in Excel, you may need to refer to Microsoft Documentation. If you are interested in Microsoft Access, you may also refer to MS Access Number to Words post.