Thread
:
If contains specific alpha
View Single Post
#
3
Don Guillett
Posts: n/a
try
=IF(ISERR(FIND("dof",F11)),"",2)
--
Don Guillett
SalesAid Software
"Spunky" wrote in message
...
The field may have a dash, comma, space or alpha. I want an IF statement
that will return a value if the field contains the letters DOF anywhere
within the field.
Reply With Quote