I have a 3 column data which looks like below:
RowID callerid item_id contributor
28476 919471180334 1014038 911111111111
28477 919471180334 1026448 919939727689
28478 919471180334 1026334 918002321300
28479 919471180334 1026177 911111111111
28480 919471180334 1026063 919934520183
28481 919471180334 1026155 919939727689
There are hundreds of records. I need to find the reciprocity among the element of column caller id and contributor id. It means how many cases a callerID listened to item posted by contributor and vice versa. is there any direct function that can be useful in this case?