pulling the last value from a child row to the parent row.
I have a parent row that represents a task and the children rows vary depending on the number of days to complete the parent task. And so what im trying to figure out is what equation would look for the "last" value or the most current value in the child column and bring it to the parent.
Room 200 | | |
7/2/20 | 57% | 70 |
7/3/20 | 49% | 68 |
etc...
In this case I would want the equation to realize that 7/3 is the most current entry and pull that value up to the empty parent row.
Thank you,
Hunter G.
Answers
-
Add an Auto-Number Column. This will automatically put a number in each now row. The newest created row will have the highest number.
Add this formula to the parent row for any column that you want to pull in the most recent value
=INDEX(CHILDREN(), MATCH(MAX(CHILDREN([Row ID]@row)), CHILDREN([Row ID]@row)))
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!