Forum Discussion
mohsin91santono-_-1220
Mar 27, 2019Copper Contributor
Return Common Row Number if Conditions Are Matched
Hello There,
My attached image is self explanatory.
I attach raw file too.
TIA
It could be
=IFERROR(MATCH(1,INDEX(ISNUMBER(SEARCH($J$14,$A:$A))*($H:$H=$K$14),0),0),"no such")
Please see in attached file.
5 Replies
Sort By
- JKPieterseSilver ContributorThis array formula (enter formula using control+shift+enter) does the trick:
=MATCH("*"&J14&"*|"&K14,$A$2:$A$5&"|"&$H$2:$H$5,0)
Note the * wildcard characters enabling the code to be found in any part of the cells of column A - TwifooSilver ContributorThe formula in L14 is:
=MAX(INDEX(ROW(A2:A5)*
ISNUMBER(FIND(J14,A2:A5))*
COUNTIF(K14,H2:H5),0)) It could be
=IFERROR(MATCH(1,INDEX(ISNUMBER(SEARCH($J$14,$A:$A))*($H:$H=$K$14),0),0),"no such")
Please see in attached file.
- mohsin91santono-_-1220Copper ContributorHi Sergei
Salute!!
You are awesome :Dmohsin91santono-_-1220 , glad to help