I have 2 tables with a similar column called "Re", but the "Re" column in Table 1 is a list as shown below.
I want to search if Table2.Re is in Table1.Re and if so return Table1.FiN.
Table 1
FiN Re
A ,1,2,3,4
B ,6,7,8,9
C ,3,5,6,7
D ,7,10,11,24
Table 2
Re
3
5
6
9