M
MLT
I must be missing something. I have a matrix like this.
In cells A1, B1, C1 are the words dog, cat, bear.
In cells A2, B2, C2 are numbers 3, 4, 5
In cell A4 is the formula "=LOOKUP("dog",A1:C1,A2:C2)", which returns
5.
If the formula is "=LOOKUP("cat",A1:C1,A2:C2)", it returns 4
If the formula is "=LOOKUP("bear",A1:C1,A2:C2)", it returns #NA
If the formula is "=LOOKUP("duck",A1:C1,A2:C2)", it returns 5
Whats going on here?
In cells A1, B1, C1 are the words dog, cat, bear.
In cells A2, B2, C2 are numbers 3, 4, 5
In cell A4 is the formula "=LOOKUP("dog",A1:C1,A2:C2)", which returns
5.
If the formula is "=LOOKUP("cat",A1:C1,A2:C2)", it returns 4
If the formula is "=LOOKUP("bear",A1:C1,A2:C2)", it returns #NA
If the formula is "=LOOKUP("duck",A1:C1,A2:C2)", it returns 5
Whats going on here?