Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Excel fills a cell with hash marks (####) when the column is too narrow to display the formatted value — most commonly a date, currency, or large number. No data is lost; the value is intact. Widening the column or reducing the number format makes the value visible again.
=DATE(2024,1,15)=TEXT(DATE(2024,1,15),"M/D/YY")If the column is too narrow to show the full date format, wrapping in TEXT() with a compact format string produces a shorter string that fits. Widening the column and keeping the date format is usually preferable for downstream date math.
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 ##### and broken formula at once — or paste this one formula and get the fix explained.
No. The data is intact. #### is purely a display issue — the column is too narrow. Double-clicking the column border to auto-fit immediately reveals the value.
The cell likely contains a date formula that returned a negative serial number (e.g., a subtraction where the end date is earlier than the start date). Check the actual value by formatting the cell as Number to see the serial number. Fix the underlying formula logic.
Google Sheets does not show ####. It clips the visible text instead. The ##### behavior is specific to Excel.
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 fixArray result was not expanded in Google Sheets means output cells are blocked. Clear adjacent cells or use a blank area.
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: