B bines53 Active Member Dec 16, 2014 #1 Hello friends ! range 20X20 ,number of occurrences known column X, I need to find what is the number corresponding to the number of occurrences. Y column appears in the desired number. Thank you ! Attachments test.4.xlsx test.4.xlsx 9.4 KB · Views: 7
Hello friends ! range 20X20 ,number of occurrences known column X, I need to find what is the number corresponding to the number of occurrences. Y column appears in the desired number. Thank you !
Somendra Misra Excel Ninja Dec 16, 2014 #2 Hi David, Try result of column Z (yellow colour) Regards, Attachments test.4.xlsx test.4.xlsx 10.1 KB · Views: 8
B bines53 Active Member Dec 16, 2014 #3 Hi Somendra , Excellent solution! If possible using the help column, avoid from CSE and INDIRECT function ? Thank you !
Hi Somendra , Excellent solution! If possible using the help column, avoid from CSE and INDIRECT function ? Thank you !
B bines53 Active Member Dec 16, 2014 #5 Perhaps these data, it is possible to build a trick ? 190 has a range of values, 24/190=12.63%
John Jairo V Well-Known Member Dec 16, 2014 #6 Hi @bines53 and @Somendra Misra. I leave another option (array formula without INDIRECT) in the file. Blessings! Attachments test.4 (1).xlsx test.4 (1).xlsx 11.7 KB · Views: 4
Hi @bines53 and @Somendra Misra. I leave another option (array formula without INDIRECT) in the file. Blessings!
B bines53 Active Member Dec 16, 2014 #7 Hi John, Beautiful !!! I was able to convert it to a function with AGGREGATE . =IFERROR(AGGREGATE(15,6,$B$2:$U$21/(COUNTIF($B$2:$U$21,$B$2:$U$21)=X4),1+SUMIF(X$3:X3,X4)),"") I think you made a revolution !!! Thank you ! Last edited: Dec 16, 2014
Hi John, Beautiful !!! I was able to convert it to a function with AGGREGATE . =IFERROR(AGGREGATE(15,6,$B$2:$U$21/(COUNTIF($B$2:$U$21,$B$2:$U$21)=X4),1+SUMIF(X$3:X3,X4)),"") I think you made a revolution !!! Thank you !
John Jairo V Well-Known Member Dec 16, 2014 #8 Yep! This is the formula without CSE and AGGREGATE (Excel 2010 and above): PHP: =AGGREGATE(15,6,$B$2:$U$21/(COUNTIF($B$2:$U$21,$B$2:$U$21)=X4),1+SUMIF(X$3:X3,X4)) Blessings!
Yep! This is the formula without CSE and AGGREGATE (Excel 2010 and above): PHP: =AGGREGATE(15,6,$B$2:$U$21/(COUNTIF($B$2:$U$21,$B$2:$U$21)=X4),1+SUMIF(X$3:X3,X4)) Blessings!