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 for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!