First let me say you’re fantastic, your formulas worked great…I’m trying to adapt it to my second spreadsheet – the first formula is fine…I change the sheet name and where it searches to L122 and it works great…no issues, now when I change the second formula I’m getting #N/A or
#Value ! I can get the formula to work if it’s in Column A and B, but not in K and L
L122 has the search box i.e. Joshua, L123 has this code and is working as expected.
=IFERROR(INDEX('Data Do not touch'!$B$2:$CW$2,SMALL(IF(ISNUMBER(SEARCH("|"&$L$122,"|"&'Data Do not touch'!$B$2:$CW$54)),COLUMN('Data Do not touch'!$B$2:$CW$2)-COLUMN(INDEX('Data Do not touch'!$B$2:$CW$2,1,1))+1),ROWS('Data Do not touch'!$1:1))),"")
K123 I’ve entered this formula to look at both L122 and L123 and can’t get it to work…what am I missing?
=IF($L123="","",INDEX('Data Do not touch'!$B$2:$CW$54,SMALL(IF(ISNUMBER(SEARCH($L$122,INDEX('Data Do not touch'!$B$2:$CW$54,0,MATCH($L123,'Data Do not touch'!$B$2:$CW$2,0)))),ROW('Data Do not touch'!$B$2:$CW$54)-ROW('Data Do not touch'!$L$123)+1),COUNTIFS($L$123:L123,L123)),MATCH($L122,'Data Do not touch'!$B$2:$CW$2,0)))