Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
#GETTING_DATA is a transient Excel status message, not a permanent error. It appears when a cell depends on data from an external source — Power Query, a data connection, a web query, or a linked workbook — that has not finished loading. The cell recalculates to a real value or error once the data arrives.
=SUM(Table1[Revenue])=IF(ISBLANK(Table1[@Revenue]),0,SUM(Table1[Revenue]))Added a guard so the formula returns 0 instead of waiting on an empty table cell while data is still loading; remove the guard once the connection is stable.
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 #GETTING_DATA and broken formula at once — or paste this one formula and get the fix explained.
Usually no. It is a loading indicator. If it disappears after the refresh finishes, your formula is fine. If it persists indefinitely, the data source connection has failed.
Disable 'Enable background refresh' in the query properties and disable 'Refresh data when opening the file' in the workbook Connection Properties. Then refresh manually when needed.
Google Sheets shows 'Loading...' in cells backed by IMPORTRANGE or other external queries while data fetches. This is not an error and resolves automatically; it is not the same error code.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: