Hello dears all.

I merged two datasets.
The first dataset contained the listing of households' members. In this dataset, i had the age(age_m) sex (sexe_m), and ID.

The second contained the members who were seeked in each household. The main variables concerned in this are the age (age_malade), sex (sexe_malade )and submission__uuid

Now, i want to know if any member who was seek is in the listing of member using a loop with ID. In other words, a want to know if a seek member with age_malade and sexe_malade is in the listing.

I added un file for the test.

Thanks all!