Hello!
I have a problem, which I'm thinking about for some time already and didn't find any solution yet (and have to do it manually).
I have two columns in two seperate sheets:
FIRST contains shortened names of some products (for example: "Lamp")
SECOND contains full names of these products and in almost all cases they include shortened name somewhere (for example "Professional Lamp XL")
Of course there is only 1 "Lamp" in the list, so second column can look up the value of it in column A without finding duplicates.
Items in both columns are in different order, but I need to reference one from another to make one table that will be two columns:
|Short Name | Full name |
VLOOKUP doesn't help. I can't think of any formula (with If, Search, etc.) to solve it.
Any ideas? It can be VBA code, I often use that.
I have a problem, which I'm thinking about for some time already and didn't find any solution yet (and have to do it manually).
I have two columns in two seperate sheets:
FIRST contains shortened names of some products (for example: "Lamp")
SECOND contains full names of these products and in almost all cases they include shortened name somewhere (for example "Professional Lamp XL")
Of course there is only 1 "Lamp" in the list, so second column can look up the value of it in column A without finding duplicates.
Items in both columns are in different order, but I need to reference one from another to make one table that will be two columns:
|Short Name | Full name |
VLOOKUP doesn't help. I can't think of any formula (with If, Search, etc.) to solve it.
Any ideas? It can be VBA code, I often use that.