From: Uday on
how to vlookup of one cell by starting 2 digits of number in another cell?
From: Fred Smith on
Something like:
=vlookup(left(a1,2),B:G,2,false)

Regards,
Fred

"Uday" <Uday(a)discussions.microsoft.com> wrote in message
news:DA6A96DB-4214-4563-B1B2-052EDC54A57E(a)microsoft.com...
> how to vlookup of one cell by starting 2 digits of number in another cell?