When error checking I often need to know if I accidentally hit "-" after "=" when entering a formula. Is there a way of checking for this other than me examining each function? Sheet I am working on has over a thousand "=" to check.
EXAMPLE: intended =SUM(F18:F28)
error I keyed in =-SUM(F18:F28)