I have a column of 20 random numbers. The first 8 numbers, lets call them A, are considered their own group. The last 12 numbers, lets call them B, is the list I am search through. I am trying to find the first number of list B that is greater than the maximum number of list A. I was going to...