How to find errors in a worksheet
Excel has great built-in features. The following one lets you search an entire worksheet for formulas that return an error.
Instructions:
- Go to "Home" tab
- Click "Find & Select"
- Click "Go to Special..."
- Click "Formulas"
- Enable "Errors"
- Click ok!
If any formulas errors exist, they are now selected. The picture below demonstrates error cells being selected.
In this blog post I will provide two solutions on how to remove blank cells and a solution on how […]
Delete blanks and errors in a list
The formula deletes blank cells and cells with errors. It doesn't matter if the cells contain numbers or text, they […]
How to use absolute and relative references
What is a reference in Excel? Excel has an A1 reference style meaning columns are named letters A to XFD […]
How to quickly select a non contiguous range
A non-contiguous list is a list with occasional blank cells and that makes it harder to select the entire cell […]
Remove print preview lines (Page Breaks)
Have you ever wondered how these lines got there on a worksheet? They show where pages will break, in other […]
Making your sheets easy to read is a fundamental approach of creating useful worksheets. Your message must be crystal clear, […]
4 Responses to “How to find errors in a worksheet”
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.
Excellent, thank you! Took quite a few google searches to come across this. VERY simple and helpful!
[…] For Excel for Windows, there’s an option to search a sheet for errors and go straight to them, under the “Find and select” icon in the ribbon. […]
Excellent, thank you!
we can use conditional formatting too !!
THis was very handy as teh latest version of Office 365 Win 10 has an Error Check (under Formulas tab) but it was not finding several errors. This method most most of them. They were hidden in merged cells where the left cell was find but the 3 to the right were not. THe last errors neither found were in tables where the #ref was not visible due to formatting.
Thank you so much. I was starting to go crazy.