E
exceluser
Is it possible to multiply arrays without summing the results or using
an array entered formula and then determine the largest number in the
resulting array ?
For example, multiply two arrays created from using the INDEX and
OFFSET functions and then LARGE the results.
A B
1 10 20
2 20 30
3 30 40
LARGE($A$1:$A$3*$B$1:$B$3,1) = 1,200
an array entered formula and then determine the largest number in the
resulting array ?
For example, multiply two arrays created from using the INDEX and
OFFSET functions and then LARGE the results.
A B
1 10 20
2 20 30
3 30 40
LARGE($A$1:$A$3*$B$1:$B$3,1) = 1,200