Here's the simple set-up: 3 columns of names
Here's what I would like to do:
-I would like to group these names by "family" in another worksheet
-Here's my definition of family: a family is a group of rows that are connected by the same names (although they do not have to all share the same name, just be connected by a name to another row that does).
-Example: If row 1 has name "A" in one of its columns, and row 3 has name "A" in one of its columns and name "B" in another one of its columns, and row 5 has name "B" in one of its columns but not "A" then 1, 3 and 5 are still a family. Does that make sense?
This is basically for an application of companies where I'm trying to narrow down companies that are connected to teach other in any way and post them all in one row in another worksheet. Does anyone have any ideas about how to make an algorithm that can do this quickly?
Thanks! I realize my explanation kind of sucks, but I could not think of any other way to word it.
Here's what I would like to do:
-I would like to group these names by "family" in another worksheet
-Here's my definition of family: a family is a group of rows that are connected by the same names (although they do not have to all share the same name, just be connected by a name to another row that does).
-Example: If row 1 has name "A" in one of its columns, and row 3 has name "A" in one of its columns and name "B" in another one of its columns, and row 5 has name "B" in one of its columns but not "A" then 1, 3 and 5 are still a family. Does that make sense?
This is basically for an application of companies where I'm trying to narrow down companies that are connected to teach other in any way and post them all in one row in another worksheet. Does anyone have any ideas about how to make an algorithm that can do this quickly?
Thanks! I realize my explanation kind of sucks, but I could not think of any other way to word it.