> It is treating the * as wildcards.
>
[quoted text clipped - 15 lines]
> > > > to something that is not exact. Am I doing something wrong?
> > > > Thanks!
Hi Jodie,
Not that formula as far as I can see, but you can get it with this somewhat
more convoluted formula
=INDEX($B$6:$B$20,MIN(IF(SUBSTITUTE(A23,"*","~")=SUBSTITUTE($A$6:$A$20,"*","
~"),ROW($A$6:$A$20)-ROW($A$6)+1)))
which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> Is there a way to prevent it from viewing it as a wildcard and as a character
> with value instead?
[quoted text clipped - 18 lines]
> > > > > to something that is not exact. Am I doing something wrong?
> > > > > Thanks!
jodieg - 24 Aug 2006 13:53 GMT
Thanks so much Bob!

Signature
Jodie
> Hi Jodie,
>
[quoted text clipped - 32 lines]
> > > > > > to something that is not exact. Am I doing something wrong?
> > > > > > Thanks!