What's the criteria?

If you want to trigger the TRUE value if the range contains any "x" value, for example, try this

=IF(COUNTIF(range,"x")>0,TRUE,FALSE)