Use the children function to display infomration in parent row based on child values
Answers
-
=IF(COUNTIF(CHILDREN(), "No Developer Estimate Yet; not complete") > 0, "Estimates Incomplete", "")
Hope it helps
-
thanks David, do you know how i can combine it with my current IF statement?
=IF(COUNTIF(CHILDREN(), "No Developer Estimate Yet; not complete") > 0, "Estimates Incomplete", "")
=IF(NOT(ISBLANK([Resolution Date]@row)), "100%", IF([Remaining Hours]@row = 0, "No Developer Estimate Yet; not complete", ([Hours Spent]@row / ([Hours Spent]@row + [Remaining Hours]@row))))
-
Hi @Lexi123456
Take out the last statement in your first formula and then add it in front of your other one!
=IF(COUNTIF(CHILDREN(), "No Developer Estimate Yet; not complete") > 0, "Estimates Incomplete", IF(NOT(ISBLANK([Resolution Date]@row)), "100%", IF([Remaining Hours]@row = 0, "No Developer Estimate Yet; not complete", ([Hours Spent]@row / ([Hours Spent]@row + [Remaining Hours]@row))))
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!