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:

image.png

thanks for all your help in advance!

Tags:

Answers

  • Mark.poole
    Mark.poole Community Champion

    @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)

    image.png

    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

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!