Does the cell contain the character "-" within the string?
=IF(LEN(SUBSTITUTE(A1,"-",""))=LEN(A1),FALSE,TRUE)
--
Gary's Student
"Eric" wrote:
Does anyone know how to determine the cell containing the character "-" with
the string? for example
In cell A1, =" - ", which include the character "-", then return true in B1.
Thank for any suggestion
Eric
|