Hi - I am attempting to use the match formula to find the smallest number in a list that is greater than the number I am referencing. The match_type in the match formula should allow me to do this by using "-1" in the last argument of the formula. Instead of getting the answer I want, I am getting n/a.
Here is a simple example of the data and the formula I am using:
Lookup Value: 5.5 (cell b1)
Data: 1,2,3,4,5,6,7,8,9,10 (cell b3:b12)
Formula: =match(b1,b3:b12,-1)
Answer: = n/a
Expected Answer: 6
Thanks for your help!!!
Here is a simple example of the data and the formula I am using:
Lookup Value: 5.5 (cell b1)
Data: 1,2,3,4,5,6,7,8,9,10 (cell b3:b12)
Formula: =match(b1,b3:b12,-1)
Answer: = n/a
Expected Answer: 6
Thanks for your help!!!