Formula to check box if oldest milestone?
Hi there,
I have a set of project plans that I wish to summarize in one report, and in that report I only want to know the oldest (aka soonest) milestone that is not completed for each project. To get to that, I figure I will have a checkbox column in every project plan, with a formula that checks the box if it is a milestone, not completed, and also the soonest.
Example of the data I have to work with below. I figure this will be an IF() with AND() checks on the multiple conditions, I just can't figure out what to put into the IF() to check if it is the oldest milestone. Any ideas?
Answers
-
Hi @Aidan Connell,
Try the MIN function.
https://help.smartsheet.com/function/min
=If(MIN([start date]:[start date])=[start date]@row, 1, 0)
Holly Conrad Smith
Director of Technology & Innovation 💡 at Streamline
CliftonStrengths Top 5: Deliberative, Restorative, Achiever, Consistency, Harmony
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!