Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I table values are less than 9 you won't have a problem. If above 9, you
will have to extract the numbers in the commar delimited string. Otherwise you if you search for a 1 and you have the numbers 1 & 10 you'll have a problem. " wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to find all instances of a ticket number in a spreadsheet | Excel Worksheet Functions | |||
Find double instances of a row | Excel Programming | |||
find all instances of text in string | Excel Programming | |||
Find all instances in formula string | Excel Programming | |||
Find all text instances in a sheet and add one number from each row | Excel Discussion (Misc queries) |