View Single Post
  #3   Report Post  
Don Guillett
 
Posts: n/a
Default

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.