How to Use the Error Checking Command in Excel & Google Sheets
Written by
Reviewed by
This tutorial demonstrates how to use error checking in Excel and Google Sheets.
Background Error Checking
Errors in Excel formulas usually show up as a small green triangle in the top-left corner of a cell. If you click in the cell that contains an error, a list of possible actions drops down.
If the background error checking options are not switched on in Excel, no triangle shows up, even though the cell contains an error.
To ensure the error triangle is visible, thus making error checking easier, switch on background checking in Excel Options.
- In the Ribbon, go to File > Options > Formulas.
- Tick Enable background error checking, and then click OK. (Usually, this is already checked by default.)
How to Use Error Checking
- With the file that contains the errors open in Excel, in the Ribbon, go to Formula > Formula Auditing > Error Checking.
- In the Error Checking dialog box, click Show Calculation Steps.
- Click Evaluate.
- Keep clicking evaluate until you get the message: The next evaluation will result in an error.
The error is shown in the formula in the dialog box.
- Click Close and then Next to move to the next error. Click Trace Error to get more information on the source of the error.
Excel highlights the error with tracing arrows, allowing you to see where the error originates. In this case, the #VALUE in the error is coming from the #VALUE in the previous error but the formula in the formula bar looks fine.
- Click Previous to move to the previous error. The cursor, in this case, moves to E15. The formula in E15 is shown in the formula bar. Here, you can see that the formula is multiplying a value (e.g., in D15) with text (e.g., in A3).
- Click Edit in Formula Bar.
- Adjust the formula as appropriate, and then click Resume.
Error checking stops once all the errors in the worksheet have been addressed.
Note: This example showed #VALUE errors, but error checking finds all “#” formula errors. There is a different option for circular references.
Error Checking in Google Sheets
Error checking is automatic in Google Sheets. As soon as you have a cell that contains an error, details about that error show up on the screen.