Gurus
I need a favor for the following. I need a macro which creates Dependency Density i.e.,
Input :
A B C D Tot
A - 4 0 0 4
B 1 - 1 0 2
C 3 1 - 1 5
D 1 0 1 - 2
To 5 5 2 1
Expected output : Denser part should come in right hand lower corner
Output:
C D A B Tot
B 1 0 1 - 2
D 1 - 1 0 2
C - 1 3 1 5
A 0 0 - 4 4
To 2 1 5 5
I need a favor for the following. I need a macro which creates Dependency Density i.e.,
Input :
A B C D Tot
A - 4 0 0 4
B 1 - 1 0 2
C 3 1 - 1 5
D 1 0 1 - 2
To 5 5 2 1
Expected output : Denser part should come in right hand lower corner
Output:
C D A B Tot
B 1 0 1 - 2
D 1 - 1 0 2
C - 1 3 1 5
A 0 0 - 4 4
To 2 1 5 5
Last edited: