IF formula for earliest date
Hi Community,
Could anyone please help with this formula syntax?
I want to capture what is the earliest date within a date range for a specific role, "Production" in this case.
=IF(Role:Role, "Production", COLLECT([Actual Start]:[Actual Start], [Actual Start]:[Actual Start], MIN([Actual Start]:[Actual Start])), "")
It would return the earliest date if a date is set and blank is no dates set yet.
Many thanks in advance for your input and your time.
Best,
Alessandro
Best Answer
-
Try something along the lines of...
=MIN(COLLECT([Actual Start]:[Actual Start], Role:Role, "Production"))
Answers
-
Try something along the lines of...
=MIN(COLLECT([Actual Start]:[Actual Start], Role:Role, "Production"))
-
Many thanks Paul! Much appreciated!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!