#INVALID VALUE from =INDEX formula

JLuke
✭✭✭
I have this formula, that works in other sheets that I have, however in this one it returns the #INVALID VALUE error. Help?
=INDEX([Current Task]3:[Weekly Status Notes]86, MATCH(true, [Current Task]3:[Current Task]86, 22)
Best Answer
-
Your 22 is in the MATCH function. That part of the MATCH function can only handle 1, 0, or -1. Try this for the ending instead:
…………………………………. [Current Task]86, 0), 22)
Answers
-
Your 22 is in the MATCH function. That part of the MATCH function can only handle 1, 0, or -1. Try this for the ending instead:
…………………………………. [Current Task]86, 0), 22)
-
Got it fixed, thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!