View Single Post
  #2   Report Post  
Max
 
Posts: n/a
Default

Assume data in C2 down

If it's to be case sensitive,

Put in say, D2:
= IF(ISNUMBER(FIND("USDA",C2)),1,"")
Copy D2 down as far as required

Replace FIND with SEARCH if it's to be case insensitive
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"brantty" wrote in message
...
I have a large document where in column C contains a sentence. I need a
formula that will look in Column C, identify the word "USDA" and populate

a
new column with a 1. Can anyone help me with this?