S
Steve
Can anyone tell me how to create a list of the common items that are
contained in 4 different columns?
For example:
I would like this:
2 1 3 1
4 4 4 3
5 5 6 4
6 6 7 6
8 9 9 9
9 10 9 10
To produce this in a column of its own:
4
6
9
The items listed in the column directly above are common to each of the
four columns....
Please help...
contained in 4 different columns?
For example:
I would like this:
2 1 3 1
4 4 4 3
5 5 6 4
6 6 7 6
8 9 9 9
9 10 9 10
To produce this in a column of its own:
4
6
9
The items listed in the column directly above are common to each of the
four columns....
Please help...