#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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!