View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kobayashi[_29_] Kobayashi[_29_] is offline
external usenet poster
 
Posts: 1
Default Lookup 'Like' values???

I have two s/sheets; one has many rows of data and I shall call thi
datasheet. The other is lookup table containing a column with 30 or s
values. Here is my problem:

I would like to be able to define a range consisting of the values i
one of the columns from the datasheet (which I can manage) and the
perform some kind of lookup/match/index to the lookup table. So what'
the problem? Seems straightforward enough?
The problem is that the values in the lookup table are partial values
For example, a value in the datasheet will be 'XPBARC' but th
'matching' value in the lookup table will just be 'XPBA'! Now, courtes
of Mr. Walkenbach, I have a user-defined function called ISLIKE whic
some of you may be familiar with? But although this works on comparin
two cell values I would prefer not to create a couple of loopin
structures to examine the values in each s/sheet (I also can't do i
anyway! ;-)) but would prefer, if possible, to use a lookup, o
similar, which should be quicker also?

So, if anybody could help I would be extremely grateful indeed!

Many thanks,

Adria

--
Message posted from http://www.ExcelForum.com