#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
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!