I have a worksheet of cells which have existing formulas - depending on the formula, return a 'result' or an 'error'
I would like a VB formula so I can perform a one-off solution by inserting
=IFERROR(ExistingFormula),"")
..into each selected cell formula 'the blue text'.
-------------------...