Quick help on a formula
I know I'm missing something small and I cannot get this formula to work. Basically you throw a date into the "desired start date" and it will populate a small timeline of required milestone dates based on another sheet that's referenced. Works fine in our master sheet (right side in picture).
However when I started creating a brand new sheet, that exact same formula with the exact same columns, its giving me a "no match" error
=IFERROR(IF(INDEX({Board Meetings Range 1}, MATCH([Project Desired Start Date]@row, {Board Meetings Range 1}, 0)) = [Project Desired Start Date]@row, INDEX({Board Meetings Range 1}, MATCH([Project Desired Start Date]@row - 1, {Board Meetings Range 1}, 1))), INDEX({Board Meetings Range 1}, MATCH([Project Desired Start Date]@row - 1, {Board Meetings Range 1}, 1)))
What gives? Any help?
Answers
-
I'd try changing the search type in the two MATCH functions from a 1 to a 0.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!