In this tutorial I’ll show you how to convert numbers to words in Excel using a LAMBDA function, NumberToText.
Steps to convert numbers to words
- Open Excel and enter a number in cell A1.
- Type the formula: =NumberToText(A1)
- Press Enter.
- The formula will return the number in words, e.g., “One Thousand Two Hundred Thirty-Four” for 1234.
Example
Basic example
Explanation
…
Workaround without LAMBDA
…