I am trying to write a function that will search a set of rows for the 1st value, then search the columns for a 2nd value. Once the function finds the row and column that correspond to the 2 values it will output the value that has the coordinates of that row and column.
ex:
____1 2 3 4 5 6
a __ A B C D E F
b __ G H I J K L
search row for "b", search column for "5", output "K"
Bookmarks