rather than coding error trapping within forumlas Im wondering if theres an easy way to do it as an overall? Im guessing I could write some code within the Worksheet_Update event but wondered if anyone had done this or whether theres a better way?
eg
I may have a thousand cells with the formula =Ax/Bx
but Im aware that quite legitimately Bx can be zero and therefore will cause a #DIV/0 error which just looks wrong.....so I can wrap the formula in a =IF(ISERROR(Ax/Bx) statement but dont want to have to do that for every item, everytime I add some calculation.
Whats the best way to do this?
Bookmarks