Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
In Google Sheets, when a formula returns multiple values — such as UNIQUE, FILTER, or an ARRAYFORMULA — it attempts to write each value into its own adjacent cell. If any of those destination cells are already occupied by data or another formula, Sheets cannot expand the array and shows the 'Array result was not expanded because it would overwrite data in ...' error.
=UNIQUE(A2:A50)=UNIQUE(A2:A50)The formula is correct. Clear the cells in the column below the formula cell where the results need to expand; the error disappears once the output zone is empty.
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Stop hunting errors by hand.
Upload your spreadsheet and the Auditor flags every Array result and broken formula at once — or paste this one formula and get the fix explained.
Clear at least as many rows as the maximum number of results you expect. For safety, leave the entire column below the formula empty and put unrelated data in a different column.
Excel uses #SPILL! for the same concept. The underlying cause is identical — output cells are occupied — but the error code and wording differ.
No. The array expansion is blocked precisely to prevent accidental data loss. Clear the target cells intentionally if you want the array to fill them.
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.
ReferenceCreates an array of specified dimensions by applying a LAMBDA function to generate each cell value.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: