View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Thomas [PBD] Thomas [PBD] is offline
external usenet poster
 
Posts: 154
Default If Function combined with OR and LEFT

JRJ,

Could you provide an example of the entries? Including Column Letters, and
data entered?

--
--Thomas [PBD]
Working hard to make working easy.
Answered your question? Click ''''Yes'''' below.


"JRJ" wrote:

Hi all,
I am trying to create a formula that returns a value based on certain
criteria in a cell.
Here is my data:
Must Contain 1
Must Contain 2
Contain 1
Compliant

I want to the formula to return 1 if the cell contains the word "Must" or
the word "Compliant". Any other data would return a 0.
Is there a way to do that?
Thanks for the help.