=index(tab2!$B$2:$B$100,match(A2,tab2!$A$2:$A$100,0))
will lookup up the name from tab1 - against the list in tab2 - then return the value from B
now we need to see that value is >0
=index(tab2!$B$2:$B$100,match(A2,tab2!$A$2:$A$100,0))>0
and use an IF to get the Y,N
=IF( index(tab2!$B$2:$B$100,match(A2,tab2!$A$2:$A$100,0))>0 , "Y", "N")
no if for any reason the name is not in the tab2 - then you will get an error N/A in that case we can put "Not in table"
=IFERROR(IF( index(tab2!$B$2:$B$100,match(A2,tab2!$A$2:$A$100,0))>0 , "Y", "N"),"Not in table")
Note: Images are difficult to see , and also requires that I input all the data myself, which means I may make an error, which is very time consuming, and from my point of view less likely to get a response, if a complicated spreadsheet. Plus we cannot see any of the formulas used.
Therefore -
A SMALL sample spreadsheet, around 10-20 rows, would help a lot here, with all sensitive data removed, and expected results mocked up and manually entered, with a few notes of explanation.
MrExcel has a tool called “XL2BB” that lets you post samples of your data and will allow us to copy/paste your sample data into our Excel spreadsheets, saving a lot of time.
Excel 'mini-sheet' in messages - XL2BB Although experts prefer to read your description and question instead of working in your actual file to solve your problem, there are times that it is difficult to explain an issue without providing actual...
www.mrexcel.com
You can also test to see if it works ok, in the "Test Here" forum.
Use this forum to test your signature, learn bbcode, smilies, XL2BB, etc. Threads in this forum are automatically deleted after no replies for seven (7) days
www.mrexcel.com
OR if you cannot get XL2BB to work, or have restrictions on your PC , then put the sample spreadsheet onto a share
I only tend to goto OneDrive, Dropbox or google docs , as I'm never certain of other random share sites and possible virus.
Please make sure you have a representative data sample and also that the data has been desensitised, remember this site is open to anyone with internet access to see - so any sensitive / personal data should be removed