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

Yes for example the function below will put the word "TRUE" into the cell
where you put this function if the cell A1 has "Y" or "YES" in it.

=IF(OR(A1="Y",A1="YES"),"TRUE","FALSE")



"Bompi" wrote:

is it possible to use a cind of "OR" function into a "IF" function...