Hello
I'm here a again with a new question to search & use data from an array.
If my array looks like this:
y0 = 'Name1' 'Name2' 'Name3'
y1= 'Interest1' 'Interest4' 'Interest2'
y2= 'Interest2' 'Interest5' 'Interest5'
y3= 'Interest3' 'Interest1' 'Interest6'
It's easy to return every interest of a certain name in a text, but is there somebody who can help me with the code to return every name that has the same interest? For example 'Interest1' = 'Name1' & 'Name2'
Thank in advance for every tip you can give me!
Lennert