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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!