I Injinia Member Jan 20, 2017 #1 Hi, I need help extracting unique values from a set of data (code 1-code 7) in the sample file. I would like to get just the unique values from the data as shown in the "desired result" Help much appreciated Attachments Extract Unique Values.xlsx 309.2 KB · Views: 2
Hi, I need help extracting unique values from a set of data (code 1-code 7) in the sample file. I would like to get just the unique values from the data as shown in the "desired result" Help much appreciated
B bosco_yip Excel Ninja Jan 20, 2017 #2 Try, In O4, formula copy across and down : =IFERROR(INDEX($B4:$H4,,MATCH(0,INDEX(COUNTIF($N4:N4,$B4:$H4&""),0),0)),"") Regards Bosco Attachments Extract Unique Values.xlsx 310.1 KB · Views: 6
Try, In O4, formula copy across and down : =IFERROR(INDEX($B4:$H4,,MATCH(0,INDEX(COUNTIF($N4:N4,$B4:$H4&""),0),0)),"") Regards Bosco