populate column based on parent rows

Maz Uddin
βββ
Hi All,
Need some guidance
is there way to automate column 20 to auto populate whatever the parent cell on task name?
@Paul Newcome It's Maz Uddin, this is a new account. Please can you answer if you have time.
Tags:
Best Answer
-
Hi @Mazy
You can use the PARENT function.
=IF([Column19]@row = 1, [Task Name]@row, PARENT([Task Name]@row))
Answers
-
Hi @Mazy
You can use the PARENT function.
=IF([Column19]@row = 1, [Task Name]@row, PARENT([Task Name]@row))
-
@jmyzk_cloudsmart_jp Thank you!
-
Happy to help!π
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!