I have the same number series need to find the smallest number.
I have the same number series need to find the smallest number.
Hi sanju,
This takes an array formula where you press Control+Shift+Enter to confirm the equation.
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
In C3
=MIN(IF($A$3:$A$66=$A3,$B$3:$B$66))
and press CTRL+SHIFT+ENTER button together (array formula style), and then copied down
Thanks for your quick replay, But use large format array, it is slow. Is possible without the use of the array.
Last edited by sanju2323; 03-24-2015 at 12:17 AM.
Try this non array solution:
put on C3 and copied down
=SUMPRODUCT(MIN(($A$3:$A$66=$A3)*$C$3:$C$66+9,99E+307*($A$3:$A$66<>$A3)))
Last edited by azumi; 03-24-2015 at 01:09 AM.
azumi, It does not work, Have you used the formula
C3=MIN(INDEX(($A$3:$A$66<>A3)*25^25+$B$3:$B$66,0))
Try this copy towards down
Samba
Say thanks to those who have helped you by clicking Add Reputation star.
Ooops sorry change to:
=SUMPRODUCT(MIN(($A$3:$A$66=$A3)*$B$3:$B$66+9,99E+307*($A$3:$A$66<>$A3)))
modification to @ Azumi
=SUMPRODUCT(MIN($B$3:$B$66+9.99E+307*($A$3:$A$66<>$A3)))
or
=SUMPRODUCT(MIN($B$3:$B$66+9,99E+307*($A$3:$A$66<>$A3)))
Thank you very much to all those who reply Especially, azumi & nflsales
This Time Is Perfectly Work.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks