Help with IF formula returning "invalid operation" message

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🙏

Answers

  • Hi, can you try : =IF(MAX(COLLECT({Sales team activity- Meeting date}, {Sales team activity - Member}, @cell = [Member]@row)) >= DATE(2024, 1, 1), "Yes", "No")

    thanh@wedocom.io

  • Jennifer Kurtz
    Jennifer Kurtz ✭✭✭✭✭✭
    edited 11/21/24

    Good morning, @Marta—

    Is your {Sales team activity - Meeting date} a date column, or is that a text/number column? If it is a text/number column, will it work for you to change it to be a date column?

    (Your formula syntax looks correct!)

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!