Formula to copy parent data to child
Answers
-
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Would you be able to help with this formula again.
I am trying to automatically copy the value in the DOB and Date of Entry column from the parent row to the child row. If a value is entered in the parent row of DOB and Date of Entry, I want it to be automatically get copied to the child row (when and if the child row is created).
In this example below, I have DOB (1/1/68) and Date of Entry (1/5/19) for the parent row TEST A. Next if a child row is entered, I want the same DOB (1/1/68) and Date of Entry (1/5/19) to be automatically be entered in the child rows, Provider 1 and Provider 2.
Please see example below.
Thanks.
-
@Paul Newcome : Do you have any suggestions for a formula that would pull only the Top Level Parent data down into a child or grandchild entry? I want to pull an element from a subproject header down across all children, grandchildren and anklebiters therein. I'm accomplishing it today with a couple of helper columns that are not reliable.
-
@Todd Lyon You would need to insert a text/number column (I will call "Level" for this example) and use this column formula:
=COUNT(ANCESTORS())
Then you would
=INDEX(ANCESTORS([Column Name To Pull From]@row), MATCH(0, ANCESTORS(Level@row), 0))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!