J
Jack Schitt
Two formulae generating the same result:
{=SUM(array1*array2*...arrayn)}
=SUMPRODUCT(array1*array2*...arrayn)
Does the non-array version use up fewer PC resources and/or calculate faster
than the array version?
Or do they both compile the same way?
{=SUM(array1*array2*...arrayn)}
=SUMPRODUCT(array1*array2*...arrayn)
Does the non-array version use up fewer PC resources and/or calculate faster
than the array version?
Or do they both compile the same way?