Hello everyone
Is it possible for a function to refer to a result of a nested function within it?
Example:
=if((FUNCTION)=0;0;RESULT_OF_FUNCTION)
whereas FUNCTION would be written out as usual, and RESULT_OF_FUNCTION would be an abbreviation refering to the result of the function, without...