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
-
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
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!