I have made bunch tables in Excel, everthing is great except fo the fact that once in a while one or two formulas outputs some errors( for valid reasons such as division by zero which in my case is fine). These errors get in my way when they become input to another formula that doesn't handle errors well( ex. SUMPRODUCT
).
So I wanted to know if there is a way for me to nest my existing formulas in IFERROR( EXISTINGFORMULA, "-")
.
I don't want to go into each cell separetely and spend bunch of time typing in the same code.
NOTE:
-I should note that I am familiar with Regex, but I wasn't able to findout how can I apply it in Excel, because that would be my usual solution in software that knows how to use them.
-I do not have Admin right to my computer, so I prefer(if possible) to not install anything to achieve this goal.