... however there is an alternative method using a recursive variable function performing a quick search that will work in older versions. It is not simple, but it is effective and is a possible the recipe for other bespoke calculations requiring a recursive variable function...
Usage:
=$(v_ParetoRecursive(1, 4096))
$1 lower bound of quick search
$2 upper bound of quick search
The calculation will iterate 12 times (2^12 = 4096) for the above example
Variables required:
The definition for v_ParetoRecursive is:
$(=$(v_Pareto$(=
// Exit recursion when found
if($1=$2, 'Finished', 'Recursive')
)($(=if(
// Expression Sum(Minutes) ranked by dimension Year