I am trying to set up a formula that lets me know if any of the Project Tittles in one sheet appear in any comments on a separate sheet. When the function should return "True", I get "#invalid data type"
=IF(CONTAINS({Project Tittle Range 1}, [Comments]:[Comments]), "True", "False")