This is essentially a variant of the question asked here: Excel- How do I find common text values from multiple (>2) columns?
In this case, however, instead of multiple columns of data I need to search multiple rows. So, each row may have up to 17 columns of non-repeated data, and I want to find a match or matches between rows.
In the referenced thread, user XOR-LX provided a very useful method for column-wise comparison, but I have been unable to modify it for row-wise use. So far I have attempted to modify it in the following way, with no luck:
Range1 = $A$1:$Q$5
Arry1 = ROW(Range1)-MIN(ROW(Range1)
Arry2 = COLUMN(INDEX(Range1,1,))-MIN(COLUMN(INDEX(Range1,1,)))+1
Arry3 = MMULT(0+COUNTIF(OFFSET(INDEX(Range1,1,),Arry1,,,),INDEX(Range1,1,))>0),COLUMN(INDIRECT(ROWS(Range1)&":1"))^0)
With the final input being:
=IFERROR(INDEX(INDEX(Range1,1,),SMALL(IF(FREQUENCY(IF(INDEX(Range1,1,)<>"",IF(Arry3=ROWS(Range1),MATCH(INDEX(Range1,1,),INDEX(Range1,1,),0))),Arry2),Arry2),COLUMNS(A:$A))),"")
Any help is greatly appreciated.
Recent Questions...
ما را در سایت Recent Questions دنبال میکنید
برچسب:
نویسنده: استخدام کار
بازدید: 217
تاريخ: پنجشنبه
27 خرداد
1395 ساعت: 5:18