Searching Excel sheet for errors
Posted
by
Graphth
on Super User
See other posts from Super User
or by Graphth
Published on 2012-10-23T22:04:55Z
Indexed on
2012/10/23
23:03 UTC
Read the original article
Hit count: 191
Imagine a huge worksheet with tens of thousands of formulas. I want to be able to quickly find all the errors to correct them. I have found that using the normal search procedure I can type in things like #DIV/0! or #NAME? and it will find them, but I would have to type in all the various types of errors separately and that is somewhat time consuming.
Is there a way to simply search for any error?
One solution we seem to use at work is to put most formulas inside =if(iserror()) or now =iferror() and to just have it output "error" if it is an error. Is this necessary? Or, is there a way to find all the errors without it?
© Super User or respective owner