Paul Edmondson said:I found that the easiest way to do this is to build the LEFT function into the LOOKUP.
In the example you've given, the first part of your function would look like this:
=VLOOKUP(LEFT(A1,6))
The '6' is the number of characters that you want to search for.
Hope this helps!
Regards
![]()