Hi,
I would like to extract the total number of times any number was drawn with other numers, in a 6/49 lotto. The layout of past draws are as follows:

1 13 21 33 42 47
1 2 4 8 19 37
5 14 15 22 39 43
8 12 24 25 28 48
10 15 21 30 32 48
6 12 25 31 34 47
2 4 17 18 31 41
6 13 32 36 44 48
8 11 17 19 20 32
17 18 28 38 39 43
2 11 14 23 40 44
6 18 31 42 44 47
2 3 18 23 24 36
7 13 15 18 23 44

For each number from 1 to 49, to extract the number of times it was drawn with other numbers, for example:

Number 1 - Total no. of hits: 135
Drawn with: 2 7 9 11 16 18 21 22 24 30 38 44
No. of Hits: 22 19 17 17 15 12 10 8 7 4 2 2

I will be very grateful for help.

Johan