How to find errors (formula errors) in a range
This seems like it should have been asked in the forums before but I don't see any posts, so:
How do I use a formula to find errors (formula errors) in a range?
In my example below, I am trying to make a formula in the header columns of B & C that find cells in its respective column that are errors, non-numbers, or negative numbers. I have figured out that I can use REGEX to find the non-numbers and negative numbers, but I can't figure out a way to look for errors.
I realize I can have a formula in a hidden column (D) that looks for this on the individual row level (as pictured below), but I don't want to have a formula in every row like this, as I imagine it will slow down the spreadsheet with a large data set. When I use "ISERROR" in the header column and select a range of cells, it gives me TRUE even if those cells are not errors.