Posted 27 August 2019, 12:03 pm EST
Hi,
I am using custom functions, and now I’d like to define custom CalcError(s). Can you please suggest how to do that.
Also, is there a way that a custom function returns more than one CalcError, basically passing a number of errors from other custom functions used as parameters.
=CustFn(CustParamFn1(), CustParamFn2(), CustParamFn2())
I’d like to be able to notify user that all three CustParamFn throw a CalcError.
Can you suggest how to approach it, please?
Thanks!!!
