Max Alejandro Molina
Member
Hi Excel gurus,
The following array formula provides the first largest number,having said that I wanna know how to detect if the 5 cells right next to the outcome cell are filled with any value, and if not I want excel to returned the word "FALSE", how can this be achieved?
=SMALL(INDEX($O$4:$S$21,MATCH(LARGE(IF(($J$4:$J$21=B4)*(INDEX($L$4:$N$21,,COINCIDIR(A4,$L$3:$N$3,0))>0),$K$4:$K$21),1),$K$4:$K$21,0),))
Thank you!
The following array formula provides the first largest number,having said that I wanna know how to detect if the 5 cells right next to the outcome cell are filled with any value, and if not I want excel to returned the word "FALSE", how can this be achieved?
=SMALL(INDEX($O$4:$S$21,MATCH(LARGE(IF(($J$4:$J$21=B4)*(INDEX($L$4:$N$21,,COINCIDIR(A4,$L$3:$N$3,0))>0),$K$4:$K$21),1),$K$4:$K$21,0),))
Thank you!