Hi!
Needless to say how grateful i am to you for replying to my questions 6 months ago.
Could you give your lights again?
Assuming that i want to count how many times an individual says ''thanks''
to his colleagues. So, we have the table below:
<tbody>
</tbody>
Is it possible to have a macro that it will search the number of interactions from the two columns and will give us all the possible combinations with a new table such as below? (including the ''rude'' zero interactions)
<tbody>
</tbody>
<tbody>
</tbody>
Needless to say how grateful i am to you for replying to my questions 6 months ago.
Could you give your lights again?
Assuming that i want to count how many times an individual says ''thanks''
From | To |
A | B |
C | A |
D | A |
C | A |
E | B |
... | ... |
<tbody>
</tbody>
Is it possible to have a macro that it will search the number of interactions from the two columns and will give us all the possible combinations with a new table such as below? (including the ''rude'' zero interactions)
From | To | Sum |
A | B | 1 |
A | C | 0 |
A | D | 0 |
A | E | 0 |
B | A | 0 |
B | C | 0 |
B | D | 0 |
B | E | 0 |
C | A | 2 |
C | B | 0 |
C | D | 0 |
... | ... | ... |
<tbody>
</tbody>
BioPa | Mr.Excel Members | 1000 |
<tbody>
</tbody>