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!

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!