Thanks, that did the trick. What if instead of a (2xn) matrix, I have one
(1xn) matrix and one (nx1) matrix that I want to select the minimum from.
This doesn't seem to work with that.
> Hi,
>
[quoted text clipped - 13 lines]
> >
> > Thanks
Max - 17 Dec 2005 13:42 GMT
> .. What if instead of a (2xn) matrix, I have one (1xn) matrix
> and one (nx1) matrix that I want to select the minimum from.
Assume the (1xn) is A1:A10, and the (nx1) is B1:Z1
Try in say, B2: =SUMPRODUCT(A1:A10*MIN(B1:Z1))
Normal ENTER will do
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
B. R.Ramachandran - 17 Dec 2005 14:16 GMT
Hi,
If the first 1xn range is in A1:A100, and the second (i.e., nx1 ) range is
in B1:Z1,
=SUM(A1:A100)*MIN(B1:Z1)
Regards,
B. R. Ramachandran
> Thanks, that did the trick. What if instead of a (2xn) matrix, I have one
> (1xn) matrix and one (nx1) matrix that I want to select the minimum from.
[quoted text clipped - 17 lines]
> > >
> > > Thanks