delpiero5464
New Member
- Joined
- Aug 18, 2015
- Messages
- 2
I've got a column (I:I) that contains a string of text. I need to lookup a shorter string from a different sheet/table within I2. For instance, I2 = 14FS UL Primary 2015-16. My table (A:B) has A = 14FS UL B = Full. I would like the lookup formula in J2 to bring in "Full".
I've tried using: =VLOOKUP(I2,"*"&$A$2:$B$21&"*",2,FALSE), but that errors. Is there a way to put wild cards around the values in the table array?
Thanks in advance for any help.
I've tried using: =VLOOKUP(I2,"*"&$A$2:$B$21&"*",2,FALSE), but that errors. Is there a way to put wild cards around the values in the table array?
Thanks in advance for any help.