RYG Ball Formula
Can you change formulas to make "Not Started" be the same as if it was blank? If I deleted the Not Started lines then my parent row would match my child/ children rows. (See snip # 2). I'm not sure if it's possible since you can't paste "Not Started" into a cell; it just changes to "Not Started".
My current formula:
=IF(COUNTIF(CHILDREN(), "Not Started") = COUNT(CHILDREN()), "",
IF(COUNTIF(CHILDREN(), "Green") = COUNT(CHILDREN()), "Green",
IF(COUNTIF(CHILDREN(), "Red") > 0, "Red",
IF(COUNTIF(CHILDREN(), "Not Started") > 0, "Yellow",
IF(COUNTIF(CHILDREN(), "Yellow") > 0, "Yellow", "---")))))
Answers
-
Does this work?
=IF(COUNTIF(CHILDREN(), "Not Started") = COUNT(CHILDREN()), "", IF(COUNTIF(CHILDREN(), OR(@cell = "Green", @cell = "Not Started")) = COUNT(CHILDREN()), "Green", IF(COUNTIF(CHILDREN(), "Red") > 0, "Red", IF(COUNTIF(CHILDREN(), "Not Started") > 0, "Yellow", IF(COUNTIF(CHILDREN(), "Yellow") > 0, "Yellow", "---")))))
-
It does, but I still need the parent row to be yellow if a cell has "Not Started" and it is not crossed out. This change makes it green either way.
-
I didn't realize you were specifically looking for crossed out rows. My apologies. How are you crossing them out currently?
-
If certain rows are not need, I just select those rows and hit the strikethrough button on the tool bar. I'm just looking for a solution that would automatically allow the parent row to update if rows were crossed out. Deleting the "Not Started" cells works, it's just an extra step.
-
Using the formatting like that cannot be picked up in a formula.
-
OK, that's what I thought. Thanks for trying!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!