If the row is a child row then copy parent row's data, otherwise offer dropdown to user
Hi all,
Newbie to smartsheets and trying to find a way where I can eliminate redundant user entries for child rows, and offer dropdown of the newly entered row is a parent row:
thanks for all your help in advance!
Tags:
Answers
-
@userdetails The only way to achieve this is through the Use of a helper column. That column will be the actual drop down. "If you are using a form to populate you can keep the helper column hidden.
=IF(COUNT(ANCESTORS()) > 0, PARENT(), [Helper Column]@row)If you found this comment helpful. Please respond with any of the buttons below. Awesomeπ€, Insightfulπ‘, Upvoteβ¬οΈ, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
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!