Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
MAKEARRAY builds a two-dimensional array with a given number of rows and columns, calling a LAMBDA with the current row and column index for each cell. Use it to generate multiplication tables, sequential grids, or any computed matrix without entering values manually.
Topic:SaaS metrics=MAKEARRAY(3, 3, LAMBDA(r, c, r*c))=MAKEARRAY(3, 3, LAMBDA(r, c, r*c))Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Generate a 5x5 multiplication table automatically with a formula”
Spills a grid of random numbers with specified rows, columns, min, max, and integer/decimal options. Excel 365 and Google Sheets only.
How-toCalculate monthly or annual customer churn rate as lost customers divided by starting customers, expressed as a percentage, in Excel and Google Sheets.
Error fixFix ##### in Excel — the column is too narrow to display the number or date. Widen the column or change the format to resolve it.
ReferenceConverts an array or range into a single text string, with concise or strict formatting options.
How-toLearn how to calculate MRR in Excel and Google Sheets using SUMIF to sum active subscription revenue by billing period, normalized to a monthly figure.
Error fixArray result was not expanded in Google Sheets means output cells are blocked. Clear adjacent cells or use a blank area.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: