View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
starguy
 
Posts: n/a
Default Checking for the existence of a characted in a string


say you want to check ; in a cell, following formula will return yes if
it finds and no if it did not.

=IF(ISERROR(FIND(";",A1)),"not","yes")


--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=553633