Help With Join / Collect Formula
I am trying to pull row details from a project plan sheet into another sheet, where the due date is 5 days past the current date.
Sheet 1 = Project Plan sheet, containing the Task Name and Estimated End Date
Sheet 2 = Data Sheet, where the late tasks should appear
I am using a Join / Collect function, but open to other functions.
=JOIN(COLLECT({Task Name}, {Estimated End Date}, (TODAY() - {Estimated End Date} > 5)), CHAR(10))
I am currently getting "#Invalid Operation" as a result.
Thoughts?
Answers
-
I think your COLLECT criterion needs to change from " TODAY() - {Estimated End Date} > 5 "
to something like: <(TODAY() - 5)
Think of the Criterion part as ending the sentence "The [criterion range values] must be…"
So the sentence here is: The Estimated End Date value must be more than five days in the past AKA less than (Today - 5)Here's the COLLECT function page for details: COLLECT Function | Smartsheet Learning Center
-
Thank you Courtney! Your explanation of the criterion was on point and helped me think about my applied logic in better ways. Your help has been amazing.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!