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


LostLady: We don't want you to be lost for too long. Use COUNTIF with
a 'wildcard' to find your search word in a range, as such:

In B1 place this formula:

=COUNTIF(D1:D600,"*TOFFEE*")
--- This will find all cases of ToFfeE in your range, such as "Toffee
Crisp", "Ground TOFFEE", "nuts toffee coated" will return 3

If you want to search for the contents of A1, then use:

=COUNTIF(D1:D600,"*"&A1&"*")

Does this work for you?

Bruce


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=377747