I am applying this formula and get an "invalid operation" return message. Essentially, I need a function that checks if the latest or most recent date in which a member was met by Sales team is greater than 1st of Jan 2024 . In such case, it should return "Yes" and if not it should return "No". Can somebody assist with the syntax?
=IF(MAX(COLLECT({Sales team activity- Meeting date}, {Sales team activity - Member}, @cell = [Member]536))>= DATE(2024, 1, 1), "Yes", "No")
Thank you🙏