Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Excel places a small green triangle in the top-left corner of a cell when its background error checker detects a potential issue. The triangle is a warning, not an error — the cell may still compute correctly. Clicking the cell reveals a yellow diamond icon with options to inspect or dismiss the warning.
=SUM(A1:A8)=SUM(A1:A10)If data runs from A1 to A10 but the formula only sums A1:A8, Excel flags it with a green triangle as a 'formula omits adjacent cells' warning. Extending the range to A1:A10 matches the data and clears the warning.
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 Green triangle and broken formula at once — or paste this one formula and get the fix explained.
No. It is a visual indicator only. The formula computes normally regardless of the triangle. However, the warning often points to a real mistake worth investigating.
You can suppress them globally via File > Options > Formulas > Error Checking — uncheck 'Enable background error checking'. This hides all triangles but also removes the safety net. Alternatively, select all affected cells, click the warning diamond, and choose 'Ignore Error'.
No. Google Sheets does not have an equivalent background error-checking indicator. It relies on explicit error values (#N/A, #VALUE!, etc.) instead.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: