Help with this would be appreciated please

Exactly what the header says but IF found put "Y" in D column where rows match

Text in both columns are text
Neither Column is sorted
to complicate things is that col B text has a number + space in front of text like following text
1. Single Spirit
What I am trying to say is this if J2 text = Single Spirit put Y in D column
but I need to use =MID(B2,FIND(".",B2)+1,256) or something like this I guess

Regards
Graham