Double Match - Mark W or Aladin???
Posted by Russell Hauf on August 28, 2001 12:57 PM
I have one sheet with 2 "codes". I have another sheet with the same 2 codes and the description of what the 2 codes mean. I want to get the description from the second sheet to the first. I've done it in the past (with INDEX and/or MATCH - I think), but I can't remember exactly how and thought that one of the formula masters on this site would know offhand.
Here's what my data looks like:
Sheet1:
Column A; Column B;
B;D;
B;L;
D;1;
D;Z;
S;F;
S;S;
(etc.)
Sheet2:
Column A; Column B; Column C
B;0; "What B-0 means"
B;D; "What B-D means"
...
S;S; "What S-S means"
I can easily throw the descriptions in via code, but would like the formula solution.
Thanks in advance,
Russell