Hello everyone,
Looking for some help on a problem I'm trying to resolve in Airtable.
Context and goal of the database
I'm building a database of our members. The first table lists our members and their level of membership and the second table lists the training courses we offer.
Back on the first table, I then inserted a lookup column to say which training course the member has taken. So far so good, everything works.
Here is how it looks like so far (sorry, all in french) :
Our end goal is to send to each member, at the end of the year (when it's time to renew their membership), a list of all our trainings, and for each one, show them which ones they took part of or not. If they took part in the training, it would say "Yes" and if not, it would say "No". We plan on using the page designer extension to build that report.
To do that, I added a lookup column that lists all activities offered so I can insert them in the "page designer" extension. Here is how it looks at this point (the last column shows all the trainings offered):
My question
Is there a formula that will compare the lookup columns "Formations et réseautage" et "Liste de formations" (each column containing many items) and if an item is in both columns, then it says 'Yes' and if it's only in the second lookup columns, then it says 'No' ?
I have tried an If Formula with FIND and AND but I'm just not knowledgeable enough at this point to know what I'm doing wrong... Maybe it's also just not doable at all...
Thanks for your help !