Convert numbers to words in Excel — showing the NumToWords VBA function, AmountToWords currency formula for USD, GBP, and AED, the LAMBDA method for macro-free workbooks, and a conversion table with outputs for 1250.75, 999.99, and 7589.45 across multiple currencies.

Convert Numbers to Words in Excel: VBA, LAMBDA, and Formula Methods

Excel has no built-in SPELLNUMBER function, but three methods fill the gap. The VBA NumToWords function is the most flexible — paste the code once into a module, save as .xlsm, and use =NumToWords(A1) anywhere in the workbook. The AmountToWords extension adds currency and sub-unit names, producing invoice-ready output like “One Thousand Two Hundred Fifty Dollars and Seventy-Five Cents” automatically. For macro-restricted environments, a LAMBDA function defined in the Name Manager achieves the same result with no VBA at all — fully compatible with .xlsx files. This guide covers all three methods with eight practical examples: basic conversion, multi-currency invoice lines (USD, GBP, AED, INR, EUR), cheque format with the XX/100 fraction convention, a dynamic currency table driven by XLOOKUP, and how to lock the output as static text before sharing a finalised document.

Sprint burndown chart Excel template showing feature rows (inviting a friend, liking a post, adding a video link), baseline week columns with 1s, actual week columns with 1s, and remaining work formulas.

Sprint Burndown Chart

Free Excel sprint burndown chart template. Track features, planned vs. actual weekly completions, and remaining work. Perfect for agile sprint reporting.

SWOT analysis Excel template showing 2x2 matrix with Strengths, Weaknesses, Opportunities, Threats quadrants, objective line, and TODAY() date function.

SWOT Analysis Example

Free Excel SWOT analysis template. Evaluate strengths, weaknesses, opportunities, and threats. Includes objective line, auto-updating date, and circulation field.

Velocity burndown chart Excel template showing feature list with points, sprint columns Sprint #5 to Sprint #1, and three calculated rows for baseline, actual, and velocity.

Velocity Burndown Chart

Free Excel velocity burndown chart template. Track feature points across sprints, compare baseline vs. actual, and calculate velocity. Agile project tracking made simple.

Monthly budget in USD Excel template screenshot showing income section with 4 , 500 t o t a l , b i l l s t a b l e w i t h r e n t a n d u t i l i t i e s , e x p e n s e s l i s t w i t h g r o c e r i e s b u d g e t o f 4,500total,billstablewithrentandutilities,expenseslistwithgroceriesbudgetof400, and running daily balance column.

Monthly Budget in USD

Free monthly budget template for Excel in USD. Track income, bills, variable expenses, savings, and daily transactions. Includes automatic category summaries.

Social media schedule template Excel screenshot showing date column, status dropdown with “in review” selected, sample post text, character count showing 142 characters, and platform checkboxes for Facebook, Instagram, and Twitter.

Social Media Schedule

Free social media schedule template for Excel. Track posts by status, date, and platform. Includes character count and dropdown menus for streamlined content planning.

GROWTH function in Excel tutorial showing exponential growth forecasting trend analysis and future value predictions

GROWTH Function: Exponential Trend Prediction in Excel

Use Excel’s GROWTH function to model exponential relationships and forecast future values from existing data. This practical tutorial explains the GROWTH syntax, how known x and y values are used to calculate an exponential trend, and how to generate predictions for new data points. You’ll learn how GROWTH differs from linear forecasting functions and how it can be applied to sales projections, revenue growth, population models, financial analysis, and other situations where values increase or decrease exponentially. Ideal for analysts, finance professionals, students, researchers, business planners, and advanced Excel users working with forecasting and trend analysis.

FORECAST.ETS function in Excel tutorial showing time series forecasting trends seasonality and future forecast values

FORECAST.ETS: Time Series Forecasting with Seasonality

Learn how to forecast future values in Excel with the powerful FORECAST.ETS function. This practical tutorial explains how Excel uses exponential smoothing to analyze historical time-series data, identify trends and seasonality, and generate forecasts for future periods. Explore the FORECAST.ETS syntax, timeline and target-date requirements, seasonal settings, confidence intervals, and practical forecasting examples. Ideal for analysts, finance professionals, business planners, sales teams, students, and Excel users who need to turn historical data into useful forward-looking forecasts.

Variance calculation in Excel tutorial showing variance formulas sample and population variance and data dispersion

VAR.P & VAR.S: Variance Calculations Made Simple

Learn how to calculate variance in Excel and measure how widely data points are spread around the mean. This practical tutorial explains the difference between sample variance and population variance, when to use VAR.S and VAR.P, and how to calculate variance step by step with Excel formulas. You’ll also learn how variance relates to standard deviation and how to interpret the results in real-world data analysis. Ideal for students, analysts, researchers, accountants, finance professionals, and Excel users working with statistical datasets.