wildacrds

D

Dave

Hi,
XL2003.
Is it possible to use wildcards in simple logic statements?
If A1 contains "qwerty" and B1 contains "qw"
In C1 I've tried:
=A1=B1* - xl complained
=A1=B1&* -xl complained
=A1=B1&"*" - returned FALSE
Regards - Dave.
 
F

Fred Smith

No. You need to use functions like Find or Search, as in:
=isnumber(search(b1,a1))

Regards,
Fred
 
G

G Ray

What are you trying to do? Are you trying to determine if a1 and b1
are equal? Is this user input?

Glen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top