I am wondering if there is a way to avoid the "very_long_formula" in the else part of the following if statement.


=IF(iserror(very_long_formula),"NA",very_long_formula))

Thanks so much,