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
Check out the Formula Handbook template!