Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I have a large dataset in which I need to find a list of partial string matches, and then return a value associated with each unique partial string match. Example ====== The dataset: indallastexas musicfan bluechair twentyminutesago The lookup table: LookupValue MasterValue ------------ ------------ dallas city music noun blue color minutes time Desired result: indallastexas city musicfan noun bluechair color twentyminutesago time So for all occurences of the word "dallas", I need to return the value "city" in that row. My dataset is quite large, and I need to repeat this periodically so simply finding/replacing is not an option. I also cannot parse the dataset in a way that will put all of my exact lookup values into a column. There are no character patterns in the data that vlookup can use, in other words everything is a string and the lookup values in the strings do not have consistent placement patterns in the cells. This seems like a vlookup with a partial match vs. exact match. Any ideas? -- cdhmotes ------------------------------------------------------------------------ cdhmotes's Profile: http://www.excelforum.com/member.php...o&userid=29899 View this thread: http://www.excelforum.com/showthread...hreadid=496066 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to match a text string to a data table, any suggestions? | Excel Worksheet Functions | |||
How to use AdvancedFilter wildcard to match end of string? | Excel Discussion (Misc queries) | |||
Tricky ... Pullout related rows that match a single word using Vlookup | Excel Discussion (Misc queries) | |||
is there a way to search with vlookup to match more than 1 column | Excel Discussion (Misc queries) | |||
Vlookup, Index & Match | Excel Worksheet Functions |