i have two columns of numbers that represent file numbers
one column is (eg)
2
3
5
6
7
9
the other is
3
6
7
the second column is 'missing'
2
5
9
how do i look at the long column, compare it to the short column, and produce the list of missing numbers?
one column is (eg)
2
3
5
6
7
9
the other is
3
6
7
the second column is 'missing'
2
5
9
how do i look at the long column, compare it to the short column, and produce the list of missing numbers?