View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 44
Default Like operator as a worksheet-function

Daniel

I'd like to make a worksheet function like this:

=If(B1 Like "##/###", True, False)

Tom



"Daniel.M" schrieb im Newsbeitrag
...
Hi Tom,

The Search() function enables you to do this.
It is using a limited number of metacharacters: * and ?

Regards,

Daniel M.

"Tom" wrote in message
...
Hi

Is it possible to use the Like operator as a worksheet-function?

Tom