Formula to pick up next child date that doesn't have a tick
Hi
I have two columns a date column and a tick column, I'd like a formula for the parent row that looks at the children dates and if they have a tick it ignores them, so it just shows me the next upcoming date from the children that doesn't have a tick.
Thanks
Cathy
Best Answer
-
Hey @Cathy Byrne
Try this
=MIN(COLLECT(CHILDREN([your date column]@row), CHILDREN([your checkbox column]@row), 0))
Be sure to replace with your actual column names.
The formula collects the Minimum Child Date that is unchecked.
cheers,
Kelly
Answers
-
Hey @Cathy Byrne
Try this
=MIN(COLLECT(CHILDREN([your date column]@row), CHILDREN([your checkbox column]@row), 0))
Be sure to replace with your actual column names.
The formula collects the Minimum Child Date that is unchecked.
cheers,
Kelly
-
Fantastic thanks Kelly!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 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!