#INVALID VALUE from =INDEX formula
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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 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!