How do i make a formula that references the first child row?

i have a sheet where i'm trying to track recurring payments and give me and easy way to see the upcoming payments. currently the status column has a formula that turns yellow ahead of the payment due date to alert me that i need to start this process. The "Done" rows are there in case i need to look at historical records and attachments from pervious years.
What i'm hoping for is a way to do something like =Status(@row+1) for the parent. i know that's not the correct syntax, but i was thinking that would be the easiest way for me to see what's upcoming when all the children are collapsed.
Thanks!
Best Answer
-
Try something like this...
=INDEX(CHILDREN(), 1)
Answers
-
Try something like this...
=INDEX(CHILDREN(), 1)
-
thank you Paul, that's exactly what i needed. Now to just do an if for parent vs child rows.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 489 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!