View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default limit lookup search to left three places

One way:

=VLOOKUP(LEFT(A1,3),B1:C25,2,0)

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"roger" wrote in message
...
I need to do a look up based on the first three places in the reference cell

a1 is cda1428a I want the vlookup to return the data based on the cda only.

How do you do this?