Flagging Parent, if Child flagged and if parent % complete = 1
I have a project management sheet set up for % complete not using the sheet logic, but using formulas so I can have them fed by check boxes. I also have a manual 'star' flag so I can make notes (if something is done, but waiting for feedback) that turns yellow to remind me to look at it. I am looking to flag the parent 'star' in the same column but only if I am also claiming that area of work is 100% done. If it is only 50% done than I am going to be checking and working with it anyway.
In the screen shots, I would only want the "training" parent to be yellow if it was 100% complete, not 0%
Currently using =IF(COUNTIF(CHILDREN(), =1) > 0, 1, 0) and every variation of If(And.. that includes %Complete = 1 as the 2nd logical criteria has not worked. How do I combine these two requirement?
Answers
-
Try something like this...
=IF(AND([% Complete]@row <> 1, COUNTIFS(CHILDREN(), 1) > 0, 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!