Hello everybody,
Is it possible with VBA to find reccuring "link" between data within different groups?
I have serveral Groups, and each Group contains several Objects. I need to find if some objects are linked to each other, meaning appear always together in each group.
For example, in the table below, we see that each Group that contain Objet1, also contain Object2.
That is the relations I need to find in my table, do any of you have an idea of how to do it?
(For now I have one table containing all the groups but I can split it in different tables if it is needed.)
Thank you in advance!!!
Group Object
A 1
A 2
A 3
A 4
B 1
B 3
B 5
C 2
C 4
D 4
D 3
Bookmarks