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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!