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 have embeded If functions, but it would exceed the available space for the formula. I have searched through and found some examples using Index and Match but I can't figure it out for my case. Does anyone have any suggestions? Thanks!
Here is an example of the column:
(Bold numbers is list A)
32
6
76
67
39
62
22
33
43
14
10
87
37
30
31
73
86
40
81
90
The answer I am looking for in this example would be 87.
Here is an example of the column:
(Bold numbers is list A)
32
6
76
67
39
62
22
33
43
14
10
87
37
30
31
73
86
40
81
90
The answer I am looking for in this example would be 87.