Index Match Issues - #NO MATCH
I am trying to perform an index that will output the data metrics based on the given week. I already have things set up to calculate all my metrics based on a data sheet as the data is entered.
The last bit where my formula comes into play is so I can have 6 cells output data to a dashboard based on the given week, and when the week refreshes, the values will update as the week moves forward with new data values.
Here is the formula which is yielding me a #NO MATCH
=INDEX([Monday Metrics (Wall Framing)]:[Monday Metrics (Wall Framing)], MATCH([Current Week]@row, [Week Number]:[Week Number], 0))
My goal is simply to output the highlighted value, and once the week resets, it will populate when new Monday metrics are recorded.
Best Answer
-
It looks like the Monday Metrics (Wall Framing) column has a NO MATCH error in it. I believe this will interfere with the Column6 formula. Can you delete or fix that formula? You can wrap it in and IFERROR to return 0 instead of no match.
Answers
-
It looks like the Monday Metrics (Wall Framing) column has a NO MATCH error in it. I believe this will interfere with the Column6 formula. Can you delete or fix that formula? You can wrap it in and IFERROR to return 0 instead of no match.
-
@KPH That solved the issue! Thank you so much for your help!
-
Happy to help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!