1. Convert budget amount to text
| Category | Month | Budgeted |
| Groceries | January | 400 |
| Utilities | January | 150 |
=TO_TEXT(C2)Result: "400"
TO_TEXT converts the numeric budget value 400 to the text string "400". This is useful when you need to combine budget numbers with text in labels or when ensuring a value is stored as text for text-based operations.