C
catrrmg
Hi all! I've got the following table:
A B C D E
1 t1 t1 t1 t2 t2
2 st1 st2 st3 st1 st2
3 v1 v2 v3 v4 v5 and so on...
What I'm trying to do is: find the value that corresponds to the arguments
in row 1 and 2, eg:
looking for
t1 & st2 should return v2. Any ideas? Thanks in advance.
A B C D E
1 t1 t1 t1 t2 t2
2 st1 st2 st3 st1 st2
3 v1 v2 v3 v4 v5 and so on...
What I'm trying to do is: find the value that corresponds to the arguments
in row 1 and 2, eg:
looking for
t1 & st2 should return v2. Any ideas? Thanks in advance.