I have a list of institutions with ID's and I have the same list but not in the same order as this image:
So I don't have it in the same order the next step is that this institutions have different areas and some institutes have some others don't. Like this list:
I have this formula =IF(ISNUMBER(MATCH(C$1,$J2:$O2,0)),"Found","Not Found") that helps me to look for the area in that row but is not in the same order this gives me errors, so I would like to look for the institute name in the range and look for the areas available in that institution row:
Here is the image of the error:
You can see in the image that the founds and not founds are not correct



