J
Jock
Can I use a 'LIKE' operator rather than the '=' one?
For instance:
=If(A1 LIKE "Ford", this,that)
If not, is there an alternative which will return partial matches?
For instance:
=If(A1 LIKE "Ford", this,that)
If not, is there an alternative which will return partial matches?