B
bwilde
Hello,
I have a weird problem that I think can be best described with an
example. I have a "lookup table" immediately below, and a list of
"Values to look up" and expected results for when I look up those
values below that. Please look at the example and see if you can
answer the question below.
List of Words Table Values
aaa 1,2,3,4,5
bbb 1,3,5
ccc 3,4,5
Values to Look Up Expected Results
1 aaa,bbb
2 aaa
3 aaa,bbb,ccc
4 aaa,ccc
5 aaa,bbb,ccc
So, what I'm asking is... if I have a lookup table like the one above,
and a list of values, can I iterate through every value in my list,
and end up with every word that corresponds to that value in the
lookup table (as shown in the 'Expected Results' above)?
Thanks!
-Ben
I have a weird problem that I think can be best described with an
example. I have a "lookup table" immediately below, and a list of
"Values to look up" and expected results for when I look up those
values below that. Please look at the example and see if you can
answer the question below.
List of Words Table Values
aaa 1,2,3,4,5
bbb 1,3,5
ccc 3,4,5
Values to Look Up Expected Results
1 aaa,bbb
2 aaa
3 aaa,bbb,ccc
4 aaa,ccc
5 aaa,bbb,ccc
So, what I'm asking is... if I have a lookup table like the one above,
and a list of values, can I iterate through every value in my list,
and end up with every word that corresponds to that value in the
lookup table (as shown in the 'Expected Results' above)?
Thanks!
-Ben