
Originally Posted by
hunsnowboard
So, as I described, this table shows a three connection chain.
Example:
.............................COLUMNS.......................
Important_0........Important_1.........Important_2.
John -----------> George -----------> Rob
John -----------> George -----------> Michael
John -----------> George -----------> Peter
John -----------> George -----------> Brad
John -----------> Mark -----------> Denis
John -----------> Mark -----------> Jones
John -----------> Smith -----------> Amber
...
...
George -----------> John-----------> LLoyd
George -----------> John -----------> Daniel
Smith -----------> Amber -----------> Clark
In the real file there are more than 140.000 rows which means that there are many many connections, with names present in all three columns (column A, B C). And this is my first problem, how do I normalize this table? Could you give me an advice? How would you do it?