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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!