✨ Excel Number to Words Converter
Excel doesn’t have a built-in function to convert numbers to words. This tool provides four methods: a comprehensive worksheet formula, a modern LAMBDA function, a customizable VBA function, and a bulk converter.
Worksheet Formula (No VBA)
This single, large formula converts numbers to words without VBA. It handles numbers up to trillions.
LAMBDA Function
For Microsoft 365 users, LAMBDA allows you to create a reusable function without VBA. Follow these steps:
- Copy the formula below.
- Go to Formulas > Name Manager > New.
- For ‘Refers to’, paste the copied formula. Click OK.
Customizable VBA Code
Use the options on the left to customize this VBA code. Paste it into a new module in your VBA editor (Alt+F11).
Batch Conversion
Paste a list of numbers (one per line) into the left box. The converted words will appear on the right.