Using Collect with the large function
Justin Mauzy
✭✭✭✭✭
I have 3 columns in the same sheet:
The formula that is in the Case Total/Supervisor is (this works perfectly):
=LARGE([Total Issues]61:[Total Issues]150, 1)
I am trying to do the following:
- I want to collect the name in the row with the Largest value. These are higher up on the sheet.
- Put that name into the Name column.
The formula I am trying to use is:
=INDEX(COLLECT(Name61:Name131, LARGE([Total Issues]61:[Total Issues]131, 1))
Ultimately, I am trying to highlight the top 10 offenders but want it to be dynamic.
Best Answer
-
Use the corrected formula below,
=INDEX(COLLECT(Name61:Name131, [Total Issues]61:[Total Issues]131, LARGE([Total Issues]61:[Total Issues]131, 1)),1)
Answers
-
Use the corrected formula below,
=INDEX(COLLECT(Name61:Name131, [Total Issues]61:[Total Issues]131, LARGE([Total Issues]61:[Total Issues]131, 1)),1)
-
Thank you! That worked perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 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!