IF AND formula using ANCESTOR
Hello! I am trying to automatically check a checkbox to a cell based on these conditions:
The task's parent is "Releases" (task column is named Category)
Status = green (RYGB symbol).
Here's where I am and it's stating it is unparsable:
=IF(AND([Status]@row ="green", PARENT([Category]@row="Releases"),1,0))
Any help is appreciated!
Best Answer
-
=IF(AND([Status]@row ="green", PARENT([Category]@row)="Releases"),1,0)
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
=IF(AND([Status]@row ="green", PARENT([Category]@row)="Releases"),1,0)
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks and this did the trick!
-
Hi Jen,
Glad you found a solution. Thank you for contributing to the community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!