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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!