T
Tom
Hi
Is it possible to use the Like operator as a worksheet-function?
Tom
Is it possible to use the Like operator as a worksheet-function?
Tom
Chip Pearson said:Tom,
You can't do it that way. However, you can use the * and ?
wildcard characters in a COUNTIF, so try something like
=IF(COUNTIF(B1,"??/???"),TRUE,FALSE)
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
Is it possible to use the Like operator as a worksheet-function?