I have a cell that can either contain an error message, the result from a formula, or a “—” if the contents of a cell is blank.
What I would like to do is supress any error message and show “—” in the case of error or a select cell is blank and
otherwise show the results of formula. I can handle the IF condition, but combining the ISERROR and IF is the problem.