Formula to Show Data from Child Row on Parent Row
Greetings -
I am looking for a way to show the data from the first child row onto the parent row.
Example:
Parent Row = blank
Child row 1 = blank
Child row 2 = TEXT
Child row 3 = TEXT
The formula on the parent row would yield the text from child row 2
Answers
-
Hi @Andy Lorance ,
Try entering this in the parent row. Use the right row # for your sheet:
=IF(NOT(ISBLANK(Child1)), Child1, Child2)
If you need to go down more child rows you can repeat the IF statement until it find a cell that is no blank.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi, Mark - thanks for the reply!
The sheet data is dynamic; the parent rows will move around as a result. I'm hoping to find a solution that I can convert into a column formula.
Thanks!
Andy
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!