Is it possible to do a Vlookup on a specific set of characters in a string? A sample string would be Project=605 (), Cost Center=61205, where I want to do the lookup on the project number – 605 in this case. The number will always be in the same position. I want to lookup the name of the project in a list. I think there is a way to do a LEFT function and ask for specific positions (9-11 in this case) but haven’t been able to figure it out. I’m thinking it would be a Vlookup(Left(….. ??
TIA