Hi everyone,
It is my first post and first of all, thanks for all the support you have provided me in the past.
I need your help in a complicated (at least for me) issue.
I would like to populate the content of a matrix based on a list.
I have got a list of 10 products to be develop A,B,C,D,E,F,G,H,I,J
In some cases this products has inter dependencies during their development, there are 4 kinds of inter dependencies INPUT, OUTPUT, BLOCKING or SYNERGIES (in some cases there is no dependencies at all).
I have created a list with all the inter dependencies based on 3 parameters (Product , Product affected by the inter dependency, Type of inter dependency)
Now I would like to put it in a more visual way, creating a 10x10 matrix where :
- Rows= Product
- Columns= Product affected by the inter dependency
- Cell (Product, Product affected by the inter dependency)= Type of interdependency.
I have tried to create a function for each of the cells based on the parameters of the list, but I always fail as I am not very good programming.
Could some one be so kind to help me please?
Thanks in advance.
Have a good weekend!!!
It is my first post and first of all, thanks for all the support you have provided me in the past.
I need your help in a complicated (at least for me) issue.
I would like to populate the content of a matrix based on a list.
I have got a list of 10 products to be develop A,B,C,D,E,F,G,H,I,J
In some cases this products has inter dependencies during their development, there are 4 kinds of inter dependencies INPUT, OUTPUT, BLOCKING or SYNERGIES (in some cases there is no dependencies at all).
I have created a list with all the inter dependencies based on 3 parameters (Product , Product affected by the inter dependency, Type of inter dependency)
Now I would like to put it in a more visual way, creating a 10x10 matrix where :
- Rows= Product
- Columns= Product affected by the inter dependency
- Cell (Product, Product affected by the inter dependency)= Type of interdependency.
I have tried to create a function for each of the cells based on the parameters of the list, but I always fail as I am not very good programming.
Could some one be so kind to help me please?
Thanks in advance.
Have a good weekend!!!