Fix Incorrect Argument Set when Matching Max Values
Hi! I'm trying to return a number value from my "Score" column in my sheet summary. The Score I want is whichever one has the latest date in the "Score Date" column. To accomplish this I'm trying to use the following formula:
=INDEX(Score:Score, MATCH(MAX([Score Date]:[Score Date])))
I'm getting an incorrect argument set error and I'm hoping someone can spot where I went wrong because I'm fairly new to formulas and am not sure where my mistake is.
Thank you!
Best Answer
-
Figured it out, I needed to specify a range for the MATCH. Correct formula was:
=INDEX(Score:Score, MATCH(MAX([Score Date]:[Score Date]), [Score Date]:[Score Date]))
Woohoo!
Answers
-
Figured it out, I needed to specify a range for the MATCH. Correct formula was:
=INDEX(Score:Score, MATCH(MAX([Score Date]:[Score Date]), [Score Date]:[Score Date]))
Woohoo!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!