I've been using a formula like the one below to find the MAX Value in the next column that matrches what I type in A1.
Now when I try the same formula exchanging Max for Min I get nothing, no error messges nothing. Even though I know what type in A1 exist in DATA!$B$2:$B$65536 several time and has a related value in the next column.
A1 and DATA!$B$2:$B$65536 are strings or null and DATA!$C$2:$C$65536 are numbers or null
Any ideas?
=MAX(INDEX((DATA!$B$2:$B$65536=A1)*(DATA!$C$2:$C$65536), FALSE))
Bookmarks