INDEX / MATCH "No Match" Error
Hello all,
I'm attempting to create a status log, where each week individuals enter their updates in the row with that week's date. I want the parent row to then return a) the current week's date in the "date" column and b) the latest update in the "key accomplishments" and "key upcoming items" columns.
I've created a helper column "this week" and set the formula to return a "1" if the "Date" column is within the next 7 days.
Unfortunately, my formula for the index / match in the parent row of the "key accomplishments" and "key upcoming items" columns isn't working - I get a "no match" error.
Here's my formula:
=INDEX([Key Accomplishments]2:[Key Accomplishments]18, MATCH("1", [This Week]2:[This Week]18), "0")
Thank you for any help!
Answers
-
Try this...
=INDEX(CHILDREN(), MATCH(1, CHILDREN([This Week]@row), 0))
-
Incredible, thank you so much! I didn't think to do "children" :) Have a great day, Paul! I appreciate the quick reply!
-
Happy to help. 👍️
Using the CHILDREN function also has the added benefit of not needing to adjust the ranges in your formulas when child rows are added or deleted.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!