So the table of values are structured
CELL D1 1.1 - Value 1
CELL D2 1.1.1 - Value 2
CELL D3 2.1 - Value 3
CELL D4 2.1.1 Value 4 etc
The user enters data in a cell A1 thus eg 1.1,2.11 etc. separated by a comma. There can be multiple entries. I can't use the VLOOKUP("*" &D1& "*", A1:A10, 2, False) because it will find 1.1 when the value is actually 1.1.1. Any ideas how I get around this?
CELL D1 1.1 - Value 1
CELL D2 1.1.1 - Value 2
CELL D3 2.1 - Value 3
CELL D4 2.1.1 Value 4 etc
The user enters data in a cell A1 thus eg 1.1,2.11 etc. separated by a comma. There can be multiple entries. I can't use the VLOOKUP("*" &D1& "*", A1:A10, 2, False) because it will find 1.1 when the value is actually 1.1.1. Any ideas how I get around this?