Okay let's try this attempt...see attached..
I used a helper column (column H)
Formula in H3:
=IF(F3="","",MAX(IF(ISNUMBER(SEARCH(F3,$A$3:$C$12)),COLUMN($A$3:$C$12))))
confirmed with CTRL+SHIFT+ENTER
Formula in H4:
=IF(F4="","",IF(H3=0,0,MAX(IF(ISNUMBER(SEARCH(F4,$A$3:INDEX($A$3:$C$12,12-2,MAX(1,H3-1)))),COLUMN($A$3:INDEX($A$3:$C$12,12-2,MAX(1,H3-1)))))))
confirmed with CTRL+SHIFT+ENTER and copied down to the bottom
Formula in G3:
=IF(F3="","",IF(H3,"exists","not existing"))
copied down to the bottom.
You can hide column H, if desired.
Hopefully that's it.
Bookmarks