Hi Narayan,
Good to hear from you !
"which match the numbers in row 2" -All the numbers appearing in the second row.
"What about the next step" -Compare the data in row 3, with the data in rows 4, 5, and 6.
Ie ,when I specify in formula 3, it should Compare in 3 consecutive rows, 4, 5, 6.
I attach another file,
Normally it should be,
--ISNUMBER(MATCH(INDEX($A$2:$E$11,N(IF(1,ROW($A$1:$A$3)+1)),N(IF(1,COLUMN($A$1:$E$1)))),INDEX(A2:E11,1,0),0)),
--ISNUMBER(MATCH(INDEX($A$2:$E$11,N(IF(1,ROW($A$1:$A$3)+2)),N(IF(1,COLUMN($A$1:$E$1)))),INDEX(A2:E11,2,0),0)),
And so on,
Thank you !
David