S
Seshadrinathan
I am an advanced user of Excel. I have a complex IF
Function which uses GETPIVOTDATA functions that can
return #NA or #REF values. I want to trap the error and
display 0 if the returned value is one of the above. I
don't want to repeat the same formula in the IF statement.
Currently it is coded like this
IF(ISERROR(<<long formula>>),0,<<long formula>>)
I don't want Excel to re-evaluate the same formula if the
formula returns a proper value.
Any help would be greatly appreciated
Thanks
Sesh
Function which uses GETPIVOTDATA functions that can
return #NA or #REF values. I want to trap the error and
display 0 if the returned value is one of the above. I
don't want to repeat the same formula in the IF statement.
Currently it is coded like this
IF(ISERROR(<<long formula>>),0,<<long formula>>)
I don't want Excel to re-evaluate the same formula if the
formula returns a proper value.
Any help would be greatly appreciated
Thanks
Sesh