Hi Ashwin, and all,
I was looking for a non-array solution for the above, and found here:
Non array version of MAX(IF(...
=SUMPRODUCT(MAX(($A$2:$A$22=$E5)*$B$2:$B$22))
Non array versions of MIN(IF...
=MIN(INDEX(--SUBSTITUTE(--($A$2:$A$22=E5),0,10^7)*$B$2:$B$22,))
=MIN(INDEX((($A$2:$A$22=$E5)*$B$2:$B$22)+(($A$2:$A$22<>$E5)*1E+100),0))
What the heck is 1E+100
Regards,
Hi Khalid ,Hi Ashwin, and all,
I was looking for a non-array solution for the above, and found here:
Non array version of MAX(IF(...
=SUMPRODUCT(MAX(($A$2:$A$22=$E5)*$B$2:$B$22))
Non array versions of MIN(IF...
=MIN(INDEX(--SUBSTITUTE(--($A$2:$A$22=E5),0,10^7)*$B$2:$B$22,))
=MIN(INDEX((($A$2:$A$22=$E5)*$B$2:$B$22)+(($A$2:$A$22<>$E5)*1E+100),0))
What the heck is 1E+100
Regards,
The same … The only thing I know is that I do not know all !The more I learn excel, more I realize how less I know.