B bines53 Active Member Dec 17, 2014 #1 Hello friends ! You can do this conversion function ={MODE.MULT(IF(1-ISNUMBER(MATCH($B$2:U21,$X$1:X1,0)),$B$2:U21))} with AGGREGATE function ? Thank you ! Attachments test.5.xlsx test.5.xlsx 10.3 KB · Views: 6
Hello friends ! You can do this conversion function ={MODE.MULT(IF(1-ISNUMBER(MATCH($B$2:U21,$X$1:X1,0)),$B$2:U21))} with AGGREGATE function ? Thank you !
Somendra Misra Excel Ninja Dec 18, 2014 #2 Hi David, MODE.MULT function returns multiple max occurring numbers in an array. You formula can also be done with MODE only. AGGREGATE function don't have this option of MODE or MODE.MULT, it had MODE.SGNL. Regards,
Hi David, MODE.MULT function returns multiple max occurring numbers in an array. You formula can also be done with MODE only. AGGREGATE function don't have this option of MODE or MODE.MULT, it had MODE.SGNL. Regards,
B bines53 Active Member Dec 18, 2014 #3 Hi Somendra, The formula does not return values that are lower If there is another option that integration (1-ISNUMBER(MATCH Thank you !
Hi Somendra, The formula does not return values that are lower If there is another option that integration (1-ISNUMBER(MATCH Thank you !